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 </windowsSettings>
20 </application>
21 <dependency>
22 <dependentAssembly>
23 <assemblyIdentity
24 type='win32'
25 name='Microsoft.Windows.Common-Controls'
26 version='6.0.0.0'
27 processorArchitecture='*'
28 publicKeyToken='6595b64144ccf1df'
29 />
30 </dependentAssembly>
31 </dependency>
32</assembly>