home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / dosutils / putty / putty.exe / MANIFEST / 1
Extensible Markup Language  |  2005-09-14  |  776b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- This is present purely to make Visual Styles in XP work better.
  3.      See 20020104174954.A12067@imsa.edu. -->
  4. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  5. <assemblyIdentity
  6.    type="win32"
  7.    name="PuTTY"
  8.    version="0.0.0.0"/>
  9.    <dependency>
  10.    <dependentAssembly>
  11.         <!-- Load Common Controls 6 instead of 5 to get WinXP native-
  12.              looking controls in the client area. -->
  13.         <assemblyIdentity type="win32"
  14.              name="Microsoft.Windows.Common-Controls"
  15.              version="6.0.0.0" 
  16.              publicKeyToken="6595b64144ccf1df"
  17.              language="*" 
  18.              processorArchitecture="x86"/> 
  19.    </dependentAssembly>
  20.    </dependency>
  21. </assembly>
  22.