Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware

This commit is contained in:
Milan Burda 2016-05-07 01:16:13 +02:00
parent bb32039fde
commit bc8689889d
2 changed files with 1 additions and 46 deletions

View file

@ -32,6 +32,7 @@
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<disableWindowFiltering xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</disableWindowFiltering>
</asmv3:windowsSettings>
</asmv3:application>