12345678910111213141516171819202122 |
- <?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
- version="1.0.0.0"
- processorArchitecture="x86"
- name="Pageant"
- type="win32" />
- <description>SSH authentication agent for PuTTY.</description>
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- publicKeyToken="6595b64144ccf1df"
- language="*"
- processorArchitecture="x86"/>
- </dependentAssembly>
- </dependency>
- </assembly>
|