mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
deadab0900
on XP allow while still having the desired effect -- this allows removal of some fibs. Also, change version number to 0.0.0.0 in preparation for `win-versioninfo' (not that we found anything that took any notice of the version number declared here). [originally from svn r5534]
22 lines
779 B
XML
22 lines
779 B
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. -->
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
type="win32"
|
|
name="PuTTYgen"
|
|
version="0.0.0.0"/>
|
|
<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>
|