mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 18:07:59 +00:00
a53aa4051a
acceptable on all versions of XP. Bah. Revert to pre-r5534 format (but
keep version number as 0.0.0.0). People who've had this problem have
reported putty.mft to make it go away.
NB, putting these updated manifests alongside the executable (e.g. as
`putty.exe.manifest') is also reported to work.
[originally from svn r5604]
[r5534 == deadab0900
]
[this svn revision also touched putty-wishlist]
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- This is present purely to make Visual Styles in XP work better.
|
|
See 20020104174954.A12067@imsa.edu.
|
|
Do not attempt to do anything clever with it, as some versions of
|
|
Windows are very sensitive to the exact format.
|
|
Hence, some facts below are fibs. -->
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
version="0.0.0.0"
|
|
processorArchitecture="x86"
|
|
name="PuTTYgen"
|
|
type="win32" />
|
|
<description>SSH key generator for PuTTY</description>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
|
looking controls in the client area. -->
|
|
<assemblyIdentity type="win32"
|
|
name="Microsoft.Windows.Common-Controls"
|
|
version="6.0.0.0"
|
|
publicKeyToken="6595b64144ccf1df"
|
|
language="*"
|
|
processorArchitecture="x86"/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|