]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - windows/pageant.mft
Fix `puttygen-unix-perms': f_open(), PuTTY's wrapper on fopen, now
[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      Do not attempt to do anything clever with it, as some versions of
5      Windows are very sensitive to the exact format.
6      Hence, some facts below are fibs. -->
7 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
8 <assemblyIdentity
9    version="0.0.0.0"
10    processorArchitecture="x86"
11    name="Pageant"
12    type="win32" />
13    <description>PuTTY SSH authentication agent</description>
14    <dependency>
15    <dependentAssembly>
16         <!-- Load Common Controls 6 instead of 5 to get WinXP native-
17              looking controls in the client area. -->
18         <assemblyIdentity type="win32"
19              name="Microsoft.Windows.Common-Controls"
20              version="6.0.0.0" 
21              publicKeyToken="6595b64144ccf1df"
22              language="*" 
23              processorArchitecture="x86"/> 
24    </dependentAssembly>
25    </dependency>
26 </assembly>