comparison win/dwtest.exe.x86.manifest @ 758:842bc671eaa7

Added manifest files that will import the common controls library that allows for XP/Vista/7 themes to be used.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Mar 2011 17:34:58 +0000
parents
children 000a94a1ddc1
comparison
equal deleted inserted replaced
757:d26bfc4cd1f0 758:842bc671eaa7
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="1.1.0.0"
5 processorArchitecture="X86"
6 name="dwtest"
7 type="win32"
8 />
9 <description>Dynamic Windows Test</description>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="X86"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
19 />
20 </dependentAssembly>
21 </dependency>
22 </assembly>