mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 23:28:06 -05:00
Make manifest files work with 64bit builds of PuTTY.
Otherwise we would get 0xc000007b error when trying to start a 64bit PuTTY Windows binary.
This commit is contained in:
parent
fe210692fd
commit
c058fc4ea2
@ -5,7 +5,7 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="0.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
processorArchitecture="*"
|
||||
name="Pageant"
|
||||
type="win32" />
|
||||
<description>PuTTY SSH authentication agent</description>
|
||||
@ -18,7 +18,7 @@
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="x86"/>
|
||||
processorArchitecture="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<!-- Declare us to be "DPI-aware". -->
|
||||
|
@ -5,7 +5,7 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="0.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
processorArchitecture="*"
|
||||
name="PuTTY"
|
||||
type="win32" />
|
||||
<description>A network client and terminal emulator</description>
|
||||
@ -18,7 +18,7 @@
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="x86"/>
|
||||
processorArchitecture="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<!-- Declare us to be "DPI-aware". -->
|
||||
|
@ -5,7 +5,7 @@
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="0.0.0.0"
|
||||
processorArchitecture="x86"
|
||||
processorArchitecture="*"
|
||||
name="PuTTYgen"
|
||||
type="win32" />
|
||||
<description>SSH key generator for PuTTY</description>
|
||||
@ -18,7 +18,7 @@
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="x86"/>
|
||||
processorArchitecture="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<!-- Declare us to be "DPI-aware". -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user