add dpi aware manifest

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2017-06-15 02:22:53 +03:00
parent 20c8381879
commit d7954d350f

View File

@@ -0,0 +1,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" >
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
</windowsSettings>
</application>
</assembly>