2002-01-08 09:32:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2009-09-25 23:32:14 +00:00
|
|
|
<!-- Do not attempt to do anything clever with this file, as some versions of
|
2005-04-06 22:16:42 +00:00
|
|
|
Windows are very sensitive to the exact format.
|
|
|
|
Hence, some facts below are fibs. -->
|
2002-01-08 09:32:50 +00:00
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
|
|
<assemblyIdentity
|
2005-04-06 22:16:42 +00:00
|
|
|
version="0.0.0.0"
|
2015-08-11 09:10:33 +00:00
|
|
|
processorArchitecture="*"
|
2002-01-08 09:32:50 +00:00
|
|
|
name="Pageant"
|
2005-04-06 22:16:42 +00:00
|
|
|
type="win32" />
|
|
|
|
<description>PuTTY SSH authentication agent</description>
|
2002-01-08 09:32:50 +00:00
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
2005-03-21 01:51:22 +00:00
|
|
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
|
|
|
looking controls in the client area. -->
|
2002-01-08 09:32:50 +00:00
|
|
|
<assemblyIdentity type="win32"
|
|
|
|
name="Microsoft.Windows.Common-Controls"
|
2019-09-08 19:29:00 +00:00
|
|
|
version="6.0.0.0"
|
2002-01-08 09:32:50 +00:00
|
|
|
publicKeyToken="6595b64144ccf1df"
|
2019-09-08 19:29:00 +00:00
|
|
|
language="*"
|
2015-08-11 09:10:33 +00:00
|
|
|
processorArchitecture="*"/>
|
2002-01-08 09:32:50 +00:00
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
2009-09-25 23:32:14 +00:00
|
|
|
<!-- Declare us to be "DPI-aware". -->
|
|
|
|
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
|
|
<asmv3:windowsSettings
|
|
|
|
xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
|
|
<dpiAware>true</dpiAware>
|
|
|
|
</asmv3:windowsSettings>
|
|
|
|
</asmv3:application>
|
2002-01-08 09:32:50 +00:00
|
|
|
</assembly>
|