mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
15 lines
No EOL
687 B
XML
15 lines
No EOL
687 B
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="MyApplication" />
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
|
<security>
|
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
|
<requestedExecutionLevel level="requireAdministrator"
|
|
uiAccess="true" />
|
|
</requestedPrivileges>
|
|
</security>
|
|
</trustInfo>
|
|
</asmv1:assembly> |