llvm-project/llvm/test/tools/llvm-mt/Inputs/additional.manifest
Eric Beckmann b4dbe7231e Reapply "llvm-mt: implement simple merging of manifests, not factoring namespaces.
This time with correct #if.

This reverts commit 9cf4eca0e0383040c1ff1416815c7f649650c2a0.

llvm-svn: 309064
2017-07-26 00:25:12 +00:00

25 lines
640 B
XML

<?xml version="1.0"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo>
<security>
<requestedPrivileges>
<!--Comment will be removed-->
<requestedExecutionLevel level="3" admin="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity program="logDisplay"/>
</dependentAssembly>
</dependency>
<compatibility>
<dependency>
<assemblyIdentity program="compatibilityCheck2"/>
</dependency>
<application>
<supportedOS Id="BarOS"/>
</application>
</compatibility>
</assembly>