~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/app.manifest

  • Committer: Peter Golde
  • Date: 2008-12-16 07:21:10 UTC
  • Revision ID: peter@golde.org-20081216072110-u17ha89pb2hvgnas
Added Open File Dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
3
  <assemblyIdentity version="1.0.0.0" name="Cartographer.package"/>
 
4
        <dependency>
 
5
                <dependentAssembly>
 
6
                        <assemblyIdentity
 
7
                        type="win32"
 
8
                        name="Microsoft.Windows.Common-Controls"
 
9
                        version="6.0.0.0"
 
10
                        processorArchitecture="X86"
 
11
                        publicKeyToken="6595b64144ccf1df"
 
12
                        language="*"
 
13
                        />
 
14
                </dependentAssembly>
 
15
        </dependency>
 
16
        <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
 
17
    <security>
 
18
      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
 
19
        <!-- UAC Manifest Options
 
20
            If you want to change the Windows User Account Control level replace the 
 
21
            requestedExecutionLevel node with one of the following.
 
22
 
 
23
        <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
 
24
        <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
 
25
        <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />
 
26
 
 
27
            If you want to utilize File and Registry Virtualization for backward 
 
28
            compatibility then delete the requestedExecutionLevel node.
 
29
        -->
 
30
        <requestedExecutionLevel level="asInvoker" uiAccess="false" />
 
31
      </requestedPrivileges>
 
32
    </security>
 
33
  </trustInfo>
 
34
</asmv1:assembly>