Mercurial > hg > orthanc
view Resources/ThirdParty/patch/patch.exe.manifest @ 3630:dfd9a2229c18 toa2020012702
Added tag toa2020012701 for changeset 19966d299685
| author | Benjamin Golinvaux <bgo@osimis.io> |
|---|---|
| date | Mon, 27 Jan 2020 14:32:30 +0100 |
| parents | 61caa39d7426 |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="7.95.0.0" processorArchitecture="X86" name="patch.exe" type="win32"/> <!-- Identify the application security requirements. --> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> </assembly>
