forked from ChrisGuzak/Win32XamlApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
win32_app.manifest
20 lines (20 loc) · 916 Bytes
/
win32_app.manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
manifestVersion='1.0'
xmlns:asmv3='urn:schemas-microsoft-com:asm.v3'
xmlns='urn:schemas-microsoft-com:asm.v1'>
<compatibility xmlns='urn:schemas-microsoft-com:compatibility.v1'>
<application>
<maxversiontested Id='10.0.18362.0'/>
<maxversiontested Id='10.0.19041.0'/>
<maxversiontested Id='10.0.22000.0'/>
<supportedOS Id='{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}' />
</application>
</compatibility>
<application xmlns='urn:schemas-microsoft-com:asm.v3'>
<windowsSettings>
<dpiAware xmlns='http://schemas.microsoft.com/SMI/2005/WindowsSettings'>true/PM</dpiAware>
<dpiAwareness xmlns='http://schemas.microsoft.com/SMI/2016/WindowsSettings'>PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
</assembly>