diff options
author | michi_cc <michi_cc@openttd.org> | 2017-03-13 21:56:38 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2017-03-13 21:56:38 +0000 |
commit | cb2e84454f97fd6dba80af477b563136bc94c5f3 (patch) | |
tree | 920bc3b11c90f38968889e95d091ec6dfa75adfc /projects/dpi_aware.manifest | |
parent | ac735cfaaceae505a4dc766c2732d81b3fc83610 (diff) | |
download | openttd-cb2e84454f97fd6dba80af477b563136bc94c5f3.tar.xz |
(svn r27791) -Fix (r27790) [FS#6366]: Try #2. Now also for Visual Studio 2010.
Diffstat (limited to 'projects/dpi_aware.manifest')
-rw-r--r-- | projects/dpi_aware.manifest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/dpi_aware.manifest b/projects/dpi_aware.manifest new file mode 100644 index 000000000..6f0416159 --- /dev/null +++ b/projects/dpi_aware.manifest @@ -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> |