Home | History | Annotate | Download | only in Inputs
      1 <?xml version="1.0"?>
      2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      3   <trustInfo>
      4     <security>
      5       <requestedPrivileges>
      6 <!--Comment will be removed-->
      7          <requestedExecutionLevel level="3" admin="false"/>
      8       </requestedPrivileges>
      9     </security>
     10   </trustInfo>
     11   <dependency>
     12     <dependentAssembly>
     13       <assemblyIdentity program="logDisplay"/>
     14     </dependentAssembly>
     15   </dependency>
     16   <compatibility>
     17     <dependency>
     18       <assemblyIdentity program="compatibilityCheck2"/>
     19     </dependency>
     20     <application>
     21       <supportedOS Id="BarOS"/>
     22     </application>
     23   </compatibility>
     24 </assembly>
     25