1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"yes"?>
2 <assembly xmlns=
"urn:schemas-microsoft-com:asm.v1" manifestVersion=
"1.0">
4 version=
"@LOG_PROJECT_VERSION_MAJOR@.@LOG_PROJECT_VERSION_MINOR@.@LOG_PROJECT_VERSION_MICRO@.0"
5 processorArchitecture=
"@MANIFEST_PROCESSOR_ARCHITECTURE@"
6 name=
"WiresharkDevelopmentTeam.Stratoshark"
9 <description>A wonderful log analyzer
</description>
14 name=
"Microsoft.Windows.Common-Controls"
16 processorArchitecture=
"@MANIFEST_PROCESSOR_ARCHITECTURE@"
17 publicKeyToken=
"6595b64144ccf1df"
22 <trustInfo xmlns=
"urn:schemas-microsoft-com:asm.v3">
25 <requestedExecutionLevel
29 </requestedPrivileges>
32 <compatibility xmlns=
"urn:schemas-microsoft-com:compatibility.v1">
34 <!-- This should match the following:
35 - The NTDDI_VERSION and _WIN32_WINNT parts of cmakeconfig.h.in
36 - The WinVer parts of packaging\nsis\stratoshark.nsi
38 <!-- Windows 10 & 11 -->
39 <supportedOS Id=
"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
41 <!-- Set our process code page to UTF-8
42 https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page
43 https://nullprogram.com/blog/2021/12/30/
46 <activeCodePage xmlns=
"http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-
8</activeCodePage>
50 MSDN recommends setting our DPI awareness to PerMonitorV2 instead
51 of PerMonitor. Unfortunately that causes layout issues with Qt
52 5.6 and 5.9. For now enable PerMonitor DPI awareness by enabling
53 Qt::AA_EnableHighDpiScaling in ui/qt/main.cpp.
54 Qt 6 is Per-Monitor DPI Aware V2 by default.
57 <application xmlns="urn:schemas-microsoft-com:asm.v3">
59 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>