mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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. -->
|
See 20020104174954.A12067@imsa.edu. -->
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
type="win32"
|
||||||
processorArchitecture="x86"
|
|
||||||
name="Pageant"
|
name="Pageant"
|
||||||
type="win32" />
|
version="0.0.0.0"/>
|
||||||
<description>SSH authentication agent for PuTTY.</description>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||||
|
looking controls in the client area. -->
|
||||||
<assemblyIdentity type="win32"
|
<assemblyIdentity type="win32"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
name="Microsoft.Windows.Common-Controls"
|
||||||
version="6.0.0.0"
|
version="6.0.0.0"
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
See 20020104174954.A12067@imsa.edu. -->
|
See 20020104174954.A12067@imsa.edu. -->
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
type="win32"
|
||||||
processorArchitecture="x86"
|
|
||||||
name="PuTTY"
|
name="PuTTY"
|
||||||
type="win32" />
|
version="0.0.0.0"/>
|
||||||
<description>A free SSH and Telnet client.</description>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||||
|
looking controls in the client area. -->
|
||||||
<assemblyIdentity type="win32"
|
<assemblyIdentity type="win32"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
name="Microsoft.Windows.Common-Controls"
|
||||||
version="6.0.0.0"
|
version="6.0.0.0"
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
See 20020104174954.A12067@imsa.edu. -->
|
See 20020104174954.A12067@imsa.edu. -->
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
type="win32"
|
||||||
processorArchitecture="x86"
|
|
||||||
name="PuTTYgen"
|
name="PuTTYgen"
|
||||||
type="win32" />
|
version="0.0.0.0"/>
|
||||||
<description>SSH key generator for PuTTY.</description>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
|
<!-- Load Common Controls 6 instead of 5 to get WinXP native-
|
||||||
|
looking controls in the client area. -->
|
||||||
<assemblyIdentity type="win32"
|
<assemblyIdentity type="win32"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
name="Microsoft.Windows.Common-Controls"
|
||||||
version="6.0.0.0"
|
version="6.0.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user