1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"yes"?>
2 <assembly xmlns=
"urn:schemas-microsoft-com:asm.v1" manifestVersion=
"1.0">
4 version=
"@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_MICRO@.0"
5 processorArchitecture=
"@MANIFEST_PROCESSOR_ARCHITECTURE@"
6 name=
"WiresharkDevelopmentTeam.Wireshark"
9 <description>The world's most popular network protocol 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\wireshark.nsi
37 - The VersionNT parts of packaging\wix\Prerequisites.wxi
39 <!-- Windows 10 & 11 -->
40 <supportedOS Id=
"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
42 <!-- Set our process code page to UTF-8
43 https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page
44 https://nullprogram.com/blog/2021/12/30/
47 <activeCodePage xmlns=
"http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-
8</activeCodePage>
51 MSDN recommends setting our DPI awareness to PerMonitorV2 instead
52 of PerMonitor. Unfortunately that causes layout issues with Qt
53 5.6 and 5.9. For now enable PerMonitor DPI awareness by enabling
54 Qt::AA_EnableHighDpiScaling in ui/qt/main.cpp.
55 Qt 6 is is Per-Monitor DPI Aware V2 by default.
58 <application xmlns="urn:schemas-microsoft-com:asm.v3">
60 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>