You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,24 +0,0 @@
|
||||
<?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>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v2" manifestVersion="1.0">
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity foo="bar" name="identity1" version="1.2.3.4"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
BIN
external/llvm/test/tools/llvm-mt/Inputs/bad.manifest
vendored
BIN
external/llvm/test/tools/llvm-mt/Inputs/bad.manifest
vendored
Binary file not shown.
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<application>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<supportedOS Id="FooOS"/>
|
||||
<supportedOS Id="BarOS"/>
|
||||
</compatibility>
|
||||
</application>
|
||||
</assembly>
|
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="2" uiAccess="1"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<ms_asmv1:trustInfo xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:ms_asmv1="urn:schemas-microsoft-com:asm.v1">
|
||||
<ms_asmv1:security>
|
||||
<ms_asmv1:requestedPrivileges>
|
||||
<ms_asmv1:requestedExecutionLevel level="trust1" ms_asmv1:access="false"></ms_asmv1:requestedExecutionLevel>
|
||||
</ms_asmv1:requestedPrivileges>
|
||||
</ms_asmv1:security>
|
||||
</ms_asmv1:trustInfo>
|
||||
<ms_asmv2:dependency xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
|
||||
<ms_asmv2:dependentAssembly>
|
||||
<ms_asmv2:assemblyIdentity foo="bar" name="identity1" version="1.2.3.4"></assemblyIdentity>
|
||||
</ms_asmv2:dependentAssembly>
|
||||
</ms_asmv2:dependency>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity bar="foo" name="my assembly" version="5"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<supportedOS Id="FooOS"/>
|
||||
<supportedOS Id="BarOS"/>
|
||||
</compatibility>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true/pm</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="3" uiAccess="1"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity program="displayDriver"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<compatibility>
|
||||
<dependency>
|
||||
<assemblyIdentity program="compatibilityCheck1"/>
|
||||
</dependency>
|
||||
<application>
|
||||
<supportedOS Id="FooOS"/>
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
|
||||
<!--random comment -->
|
||||
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity bar="foo" name="my assembly" version="5"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="trust1" access="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
</assembly>
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="trust1"></requestedExecutionLevel>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo></assembly>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings" manifestVersion="1.0">
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true/pm</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
</assembly>
|
Reference in New Issue
Block a user