Files
quakemapping/tools/vispatch-1.4.6/source/vispatch.exe.manifest
2019-12-30 17:23:05 +01:00

13 lines
518 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="vispatch.exe" type="win32"/>
<description>A WaterVIS utility for glquake</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>