]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.mft
Add weird XML manifest resources, to enable WinXP skins to work
[PuTTY.git] / putty.mft
diff --git a/putty.mft b/putty.mft
new file mode 100644 (file)
index 0000000..0970a31
--- /dev/null
+++ b/putty.mft
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity
+   version="1.0.0.0"
+   processorArchitecture="x86"
+   name="PuTTY"
+   type="win32" />
+   <description>A free SSH and Telnet client.</description>
+   <dependency>
+   <dependentAssembly>
+        <assemblyIdentity type="win32"
+             name="Microsoft.Windows.Common-Controls"
+             version="6.0.0.0" 
+             publicKeyToken="6595b64144ccf1df"
+             language="*" 
+             processorArchitecture="x86"/> 
+   </dependentAssembly>
+   </dependency>
+</assembly>