Skip to content

Instantly share code, notes, and snippets.

@amaitland
Forked from emoacht/app.manifest.xml
Created October 5, 2019 11:26
Show Gist options
  • Save amaitland/53a4bf445b12dee90c6a22c2b3da2ca5 to your computer and use it in GitHub Desktop.
Save amaitland/53a4bf445b12dee90c6a22c2b3da2ca5 to your computer and use it in GitHub Desktop.
Application manifest for Per Monitor V2
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<!-- Per Monitor V1 [OS >= Windows 8.1]
Values: False, True, Per-monitor, True/PM -->
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
true/PM</dpiAware>
<!-- Per Monitor V1 [OS >= Windows 10 Anniversary Update (1607, 10.0.14393, Redstone 1)]
Values: Unaware, System, PerMonitor -->
<!-- Per Monitor V2 [OS >= Windows 10 Creators Update (1703, 10.0.15063, Redstone 2)]
Value: PerMonitorV2 -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment