mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Trim application manifests as much as MS' documentation and Owen's experiments
on XP allow while still having the desired effect -- this allows removal of some fibs. Also, change version number to 0.0.0.0 in preparation for `win-versioninfo' (not that we found anything that took any notice of the version number declared here). [originally from svn r5534]
This commit is contained in:
parent
091462f240
commit
deadab0900
@ -3,13 +3,13 @@
|
||||
See 20020104174954.A12067@imsa.edu. -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
type="win32"
|
||||
name="Pageant"
|
||||
type="win32" />
|
||||
<description>SSH authentication agent for PuTTY.</description>
|
||||
version="0.0.0.0"/>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||
looking controls in the client area. -->
|
||||
<assemblyIdentity type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
|
@ -3,13 +3,13 @@
|
||||
See 20020104174954.A12067@imsa.edu. -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
type="win32"
|
||||
name="PuTTY"
|
||||
type="win32" />
|
||||
<description>A free SSH and Telnet client.</description>
|
||||
version="0.0.0.0"/>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||
looking controls in the client area. -->
|
||||
<assemblyIdentity type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
|
@ -3,13 +3,13 @@
|
||||
See 20020104174954.A12067@imsa.edu. -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
type="win32"
|
||||
name="PuTTYgen"
|
||||
type="win32" />
|
||||
<description>SSH key generator for PuTTY.</description>
|
||||
version="0.0.0.0"/>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||
looking controls in the client area. -->
|
||||
<assemblyIdentity type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user