mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
16 lines
665 B
Text
16 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>
|