1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 01:27:35 -05:00

Add weird XML manifest resources, to enable WinXP skins to work

within PuTTY's dialog boxen.

[originally from svn r1530]
This commit is contained in:
Simon Tatham
2002-01-08 09:32:50 +00:00
parent 4bcdf2ab2e
commit ff1e19f285
6 changed files with 78 additions and 0 deletions

19
puttygen.mft Normal file
View File

@ -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="PuTTYgen"
type="win32" />
<description>SSH key generator for PuTTY.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="x86"/>
</dependentAssembly>
</dependency>
</assembly>