comparison Framework/Orthanc/Resources/ThirdParty/patch/patch.exe.manifest @ 18:6ce90b8abc5a

include patch.exe for native compilation under Windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2016 11:22:39 +0200
parents
children
comparison
equal deleted inserted replaced
17:744f13b7e357 18:6ce90b8abc5a
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity version="7.95.0.0"
4 processorArchitecture="X86"
5 name="patch.exe"
6 type="win32"/>
7
8 <!-- Identify the application security requirements. -->
9 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
10 <security>
11 <requestedPrivileges>
12 <requestedExecutionLevel
13 level="asInvoker"
14 uiAccess="false"/>
15 </requestedPrivileges>
16 </security>
17 </trustInfo>
18 </assembly>
19