resurrecting the gnu c++ build on windows
[feisty_meow.git] / scripts / clam / cpp / ms_manifests / security_manifest.txt
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
3   <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
4     <ms_asmv3:security>
5       <ms_asmv3:requestedPrivileges>
6         <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false"/>
7       </ms_asmv3:requestedPrivileges>
8     </ms_asmv3:security>
9   </ms_asmv3:trustInfo>
10
11  <dependency>
12     <dependentAssembly>
13       <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
14     </dependentAssembly>
15   </dependency>
16
17 </assembly>
18