Eric Beckmann | b4dbe72 | 2017-07-26 00:25:12 +0000 | [diff] [blame] | 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> |