aboutsummaryrefslogtreecommitdiff
path: root/xp.manifest
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-23 23:38:40 +0100
committerStapleButter <thetotalworm@gmail.com>2017-03-23 23:38:40 +0100
commit49314244e1f3923304bc731a691d2c3222f92627 (patch)
treebe2ca1c3672333a69fb595bc27e13ed65ab72b89 /xp.manifest
parentf237afeb66d45220ae0061c1dd8a35eb0335e8b0 (diff)
start work on the input config dialog. nonfunctional and looks like shit.
add manifest crap under Windows so it gets the cool controls.
Diffstat (limited to 'xp.manifest')
-rw-r--r--xp.manifest23
1 files changed, 23 insertions, 0 deletions
diff --git a/xp.manifest b/xp.manifest
new file mode 100644
index 0000000..85ca945
--- /dev/null
+++ b/xp.manifest
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly
+ xmlns="urn:schemas-microsoft-com:asm.v1"
+ manifestVersion="1.0">
+<assemblyIdentity
+ name="Exe.Apps.Project"
+ processorArchitecture="amd64"
+ version="1.0.0.0"
+ type="win32"/>
+<description>Project</description>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="amd64"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+</assembly>