Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / resources / stratoshark.exe.manifest.in
blob25c4549454705ff7aa422af22f59d5a2eac2b8b2
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="@LOG_PROJECT_VERSION_MAJOR@.@LOG_PROJECT_VERSION_MINOR@.@LOG_PROJECT_VERSION_MICRO@.0"
5 processorArchitecture="@MANIFEST_PROCESSOR_ARCHITECTURE@"
6 name="WiresharkDevelopmentTeam.Stratoshark"
7 type="win32"
8 />
9 <description>A wonderful log analyzer</description>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="@MANIFEST_PROCESSOR_ARCHITECTURE@"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
20 </dependentAssembly>
21 </dependency>
22 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
23 <security>
24 <requestedPrivileges>
25 <requestedExecutionLevel
26 level="asInvoker"
27 uiAccess="false"
29 </requestedPrivileges>
30 </security>
31 </trustInfo>
32 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
33 <application>
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
37 -->
38 <!-- Windows 10 & 11 -->
39 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
40 </application>
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/
44 -->
45 <windowsSettings>
46 <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
47 </windowsSettings>
48 </compatibility>
49 <!--
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.
55 -->
56 <!--
57 <application xmlns="urn:schemas-microsoft-com:asm.v3">
58 <windowsSettings>
59 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
60 </windowsSettings>
61 </application>
62 -->
63 </assembly>