2002-01-08 09:32:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2004-08-25 09:20:41 +00:00
|
|
|
<!-- This is present purely to make Visual Styles in XP work better.
|
2005-04-06 22:16:42 +00:00
|
|
|
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. -->
|
2002-01-08 09:32:50 +00:00
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
|
|
<assemblyIdentity
|
2005-04-06 22:16:42 +00:00
|
|
|
version="0.0.0.0"
|
|
|
|
processorArchitecture="x86"
|
2002-01-08 09:32:50 +00:00
|
|
|
name="PuTTYgen"
|
2005-04-06 22:16:42 +00:00
|
|
|
type="win32" />
|
|
|
|
<description>SSH key generator for PuTTY</description>
|
2002-01-08 09:32:50 +00:00
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
2005-03-21 01:51:22 +00:00
|
|
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
|
|
|
looking controls in the client area. -->
|
2002-01-08 09:32:50 +00:00
|
|
|
<assemblyIdentity type="win32"
|
|
|
|
name="Microsoft.Windows.Common-Controls"
|
|
|
|
version="6.0.0.0"
|
|
|
|
publicKeyToken="6595b64144ccf1df"
|
|
|
|
language="*"
|
|
|
|
processorArchitecture="x86"/>
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
|
|
|
</assembly>
|