Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
- <asmv3:application>
- <asmv3:windowsSettings>
- <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
- <!-- fallback for Windows 7 and 8 -->
- <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
- <!-- adding v1 as fallback would result in v2 not being applied to dialogs on capable systems -->
- <gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>
- <!-- enables GDI DPI scaling -->
- </asmv3:windowsSettings>
- </asmv3:application>
- </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement