Page 1 of 1

WindowsXP.Manifest64

Posted: Mon Aug 20, 2007 2:02 pm
by Eroni
Hello, somebody already uses or know where to get this file?

Regards.

Eroni

Posted: Mon Aug 20, 2007 2:51 pm
by Antonio Linares
Eroni,

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>