view win/dwtest.exe.x86.manifest @ 1228:f0746937f2c6

Readme updates... removed some unnecessary statements... With GTK 3.2 officially out I'll remove the warning about 3.0. Added OS/2 and specific limitations for OS/2 and GTK taskbar support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 10 Oct 2011 21:27:58 +0000
parents 842bc671eaa7
children 000a94a1ddc1
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="1.1.0.0"
    processorArchitecture="X86"
    name="dwtest"
    type="win32"
/>
<description>Dynamic Windows Test</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="X86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>