You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
640 B
25 lines
640 B
4 months ago
|
<?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>
|