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:
Jacob Nevins 2005-03-21 01:51:22 +00:00
Родитель 091462f240
Коммит deadab0900
3 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -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"