1
0
mirror of https://github.com/xcp-ng/xenadmin.git synced 2025-01-07 16:42:37 +01:00
xenadmin/XenAdmin/XenAdmin.manifest

12 lines
418 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
uiAccess="false"
level="asInvoker" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>