~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to include/wx/msw/amd64.manifest

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="0.64.1.0"
 
5
    processorArchitecture="amd64"
 
6
    name="Controls"
 
7
    type="win32"
 
8
/>
 
9
<description>wxWindows application</description>
 
10
<dependency>
 
11
    <dependentAssembly>
 
12
        <assemblyIdentity
 
13
            type="win32"
 
14
            name="Microsoft.Windows.Common-Controls"
 
15
            version="6.0.0.0"
 
16
            processorArchitecture="amd64"
 
17
            publicKeyToken="6595b64144ccf1df"
 
18
            language="*"
 
19
        />
 
20
    </dependentAssembly>
 
21
</dependency>
 
22
</assembly>