comparison Framework/Orthanc/Resources/ThirdParty/patch/patch.exe.manifest @ 1:2dbe613f6c93

add orthanc core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Oct 2016 15:39:01 +0200
parents
children
comparison
equal deleted inserted replaced
0:351ab0da0150 1:2dbe613f6c93
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