comparison OrthancFramework/Resources/ThirdParty/patch/patch.exe.manifest @ 4044:d25f4c0fa160 framework

splitting code into OrthancFramework and OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 20:30:34 +0200
parents Resources/ThirdParty/patch/patch.exe.manifest@61caa39d7426
children
comparison
equal deleted inserted replaced
4043:6c6239aec462 4044:d25f4c0fa160
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