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"/>
8
name="Microsoft.Windows.Common-Controls"
10
processorArchitecture="X86"
11
publicKeyToken="6595b64144ccf1df"
16
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
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.
23
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
24
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
25
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
27
If you want to utilize File and Registry Virtualization for backward
28
compatibility then delete the requestedExecutionLevel node.
30
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
31
</requestedPrivileges>