]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - windows/pageant.mft
Various changes related to the Subversion migration.
[PuTTY.git] / windows / pageant.mft
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    version="1.0.0.0"
7    processorArchitecture="x86"
8    name="Pageant"
9    type="win32" />
10    <description>SSH authentication agent for PuTTY.</description>
11    <dependency>
12    <dependentAssembly>
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>