Hello, somebody already uses or know where to get this file?
Regards.
Eroni
WindowsXP.Manifest64
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Eroni,
This is the one used by FWH 64 bits (WindowsXP.Manifest64). It is located at FWH64\samples\winxp\
This is the one used by FWH 64 bits (WindowsXP.Manifest64). It is located at FWH64\samples\winxp\
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="AMD64"
name="FiveTech Software.FiveWin.64bits"
type="win32"
/>
<description>Your application description here.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="AMD64"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>