aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/manifest.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-25 18:48:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-28 08:05:02 +0100
commit00d0d05c455bdfad5715d41a8654fcd5f8a991cf (patch)
tree4651f4fe9984b671cfb95f2274ece6ef885d8332 /ui/manifest.xml
parentipc: add base of IPC (diff)
downloadwireguard-windows-00d0d05c455bdfad5715d41a8654fcd5f8a991cf.tar.xz
wireguard-windows-00d0d05c455bdfad5715d41a8654fcd5f8a991cf.zip
ui: add initial sample UI for testing
Diffstat (limited to 'ui/manifest.xml')
-rw-r--r--ui/manifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/manifest.xml b/ui/manifest.xml
new file mode 100644
index 00000000..a14c4be4
--- /dev/null
+++ b/ui/manifest.xml
@@ -0,0 +1,14 @@
+<?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">
+ <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="wireguard-manager" type="win32"/>
+ <dependency>
+ <dependentAssembly>
+ <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>
+</assembly>