Advertisement
Falseclock

Untitled

May 4th, 2021
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  2.     <asmv3:application>
  3.         <asmv3:windowsSettings>
  4.             <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
  5.             <!-- fallback for Windows 7 and 8 -->
  6.             <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
  7.             <!-- adding v1 as fallback would result in v2 not being applied to dialogs on capable systems -->
  8.             <gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>
  9.             <!-- enables GDI DPI scaling -->
  10.         </asmv3:windowsSettings>
  11.     </asmv3:application>
  12. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement