mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
15 lines
538 B
Text
15 lines
538 B
Text
|
<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>
|
||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
<security>
|
||
|
<requestedPrivileges>
|
||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||
|
</requestedPrivileges>
|
||
|
</security>
|
||
|
</trustInfo>
|
||
|
</assembly>
|