mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
17 lines
665 B
Text
17 lines
665 B
Text
|
<!-- Ignore any warnings about Unrecognized Element "trustInfo" -->
|
||
|
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity version="1.0.0.0"
|
||
|
processorArchitecture="X86"
|
||
|
name="UpdateRevision"
|
||
|
type="win32" />
|
||
|
<description>Update svnrevision.h for the ZDoom source build process.</description>
|
||
|
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
|
||
|
<ms_asmv3:security>
|
||
|
<ms_asmv3:requestedPrivileges>
|
||
|
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||
|
</ms_asmv3:requestedPrivileges>
|
||
|
</ms_asmv3:security>
|
||
|
</ms_asmv3:trustInfo>
|
||
|
</assembly>
|