shithub: choc

ref: a5b01f3b6a0c3ec22d9b23b60923e9d2d73a54b5
dir: /src/manifest.xml/

View raw version
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >

  <!-- Declare app as DPI aware, so that Windows Vista and later will not
       apply DPI virtualization. -->

  <asmv3:application>
    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
      <dpiAware>true</dpiAware>
    </asmv3:windowsSettings>
  </asmv3:application>
</assembly>