mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
cb45b9cc25
long last to move all the Windows-specific source files down into a `windows' subdirectory. Only platform-specific files remain at the top level. With any luck this will act as a hint to anyone still contemplating sending us a Windows-centric patch... [originally from svn r4792]
22 lines
744 B
XML
22 lines
744 B
XML
<?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="PuTTY"
|
|
type="win32" />
|
|
<description>A free SSH and Telnet client.</description>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity type="win32"
|
|
name="Microsoft.Windows.Common-Controls"
|
|
version="6.0.0.0"
|
|
publicKeyToken="6595b64144ccf1df"
|
|
language="*"
|
|
processorArchitecture="x86"/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|