1<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
2
3  <!-- Declare app as DPI aware, so that Windows Vista and later will not
4       apply DPI virtualization. -->
5
6  <asmv3:application>
7    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
8      <dpiAware>true</dpiAware>
9    </asmv3:windowsSettings>
10  </asmv3:application>
11</assembly>
12
13