aboutsummaryrefslogtreecommitdiff
path: root/fiv.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'fiv.manifest')
-rw-r--r--fiv.manifest11
1 files changed, 11 insertions, 0 deletions
diff --git a/fiv.manifest b/fiv.manifest
new file mode 100644
index 0000000..6009f3c
--- /dev/null
+++ b/fiv.manifest
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity name="fiv" version="1.0.0.0" type="win32" />
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0" type="win32" processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df" language="*" />
+ </dependentAssembly>
+ </dependency>
+</assembly>