aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-30 18:46:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-30 20:19:50 +0200
commitbd70325d0d81b14dce8e167835e66dba00dc46fa (patch)
tree198a210cbce3e45d9900816526bc35af85ce6bb4 /manifest.xml
parentinstaller: stop/uninstall/start all WireGuard services (diff)
downloadwireguard-windows-bd70325d0d81b14dce8e167835e66dba00dc46fa.tar.xz
wireguard-windows-bd70325d0d81b14dce8e167835e66dba00dc46fa.zip
ui: dpi aware manifest
Diffstat (limited to '')
-rw-r--r--manifest.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/manifest.xml b/manifest.xml
index 72e407d3..9c563e69 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="wireguard" type="win32"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
@@ -18,9 +18,12 @@
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
- <asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
- </asmv3:windowsSettings>
- </asmv3:application>
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
+ </windowsSettings>
+ <windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ </windowsSettings>
+ </application>
</assembly>