Mercurial > hg > orthanc
view Resources/ThirdParty/patch/patch.exe.manifest @ 3469:a5e225eac0a9
logging on windows: all logs actually contained CR.CR.LF -> removed one CR. It seems that iostream already converts \n to \r\n on Windows systems
author | amazy |
---|---|
date | Thu, 11 Jul 2019 11:48:54 +0200 |
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>