~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to tools/pylauncher/pylauncher.exe.manifest

  • Committer: Evan Dandrea
  • Date: 2009-07-23 13:58:53 UTC
  • mto: This revision was merged to the branch mainline in revision 133.
  • Revision ID: evan.dandrea@canonical.com-20090723135853-zjeg9r22xyuk1kz8
Support for building a Windows executable.  Run make build_windows or make test_windows.

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="1.0.0.0"
 
5
                name="application_name"
 
6
                type="win32" />
 
7
        <description>No description.</description>
 
8
        <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
 
9
        <security>
 
10
        <requestedPrivileges>
 
11
        <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
 
12
        </requestedPrivileges>
 
13
        </security>
 
14
        </trustInfo>
 
15
        <dependency>
 
16
                <dependentAssembly>
 
17
                        <assemblyIdentity
 
18
                                type="win32"
 
19
                                name="Microsoft.Windows.Common-Controls"
 
20
                                version="6.0.0.0"
 
21
                                processorArchitecture="X86"
 
22
                                publicKeyToken="6595b64144ccf1df"
 
23
                                language="*" />
 
24
                </dependentAssembly>
 
25
        </dependency>
 
26
</assembly>