1<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
2 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
3 <security>
4 <requestedPrivileges>
5 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
6 </requestedPrivileges>
7 </security>
8 </trustInfo>
9 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
10 <application>
11 <!-- Windows 10 -->
12 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
13 </application>
14 </compatibility>
15 <application xmlns="urn:schemas-microsoft-com:asm.v3">
16 <windowsSettings>
17 <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
18 <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
19 <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
20 </windowsSettings>
21 </application>
22 <dependency>
23 <dependentAssembly>
24 <assemblyIdentity
25 type='win32'
26 name='Microsoft.Windows.Common-Controls'
27 version='6.0.0.0'
28 processorArchitecture='*'
29 publicKeyToken='6595b64144ccf1df'
30 />
31 </dependentAssembly>
32 </dependency>
33</assembly>