mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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">
|
|
<assemblyIdentity version="1.0.0.0" name="ZoneBuilder.app"/>
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
|
<security>
|
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<!-- UAC Manifest Options
|
|
If you want to change the Windows User Account Control level replace the
|
|
requestedExecutionLevel node with one of the following.
|
|
|
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
|
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
|
|
|
If you want to utilize File and Registry Virtualization for backward
|
|
compatibility then delete the requestedExecutionLevel node.
|
|
-->
|
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
|
<dpiAware>true</dpiAware>
|
|
</asmv3:windowsSettings>
|
|
</asmv3:application>
|
|
</asmv1:assembly>
|