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