summaryrefslogtreecommitdiff
path: root/src/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.xml')
-rw-r--r--src/manifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/manifest.xml b/src/manifest.xml
new file mode 100644
index 00000000..05a19e7a
--- /dev/null
+++ b/src/manifest.xml
@@ -0,0 +1,12 @@
+<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>
+