OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | 2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
3 | 3 |
4 <!--The compatibility section will be merged from build/win/compatibility.mani
fest --> | 4 <!--The compatibility section will be merged from build/win/compatibility.mani
fest --> |
5 | 5 |
6 <dependency> | |
7 <dependentAssembly> | |
8 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve
rsion="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" lang
uage="*"></assemblyIdentity> | |
9 </dependentAssembly> | |
10 </dependency> | |
11 | |
12 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | 6 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
13 <security> | 7 <security> |
14 <requestedPrivileges> | 8 <requestedPrivileges> |
15 <requestedExecutionLevel level="asInvoker" /> | 9 <requestedExecutionLevel level="asInvoker" /> |
16 </requestedPrivileges> | 10 </requestedPrivileges> |
17 </security> | 11 </security> |
18 </trustInfo> | 12 </trustInfo> |
19 | 13 |
20 </assembly> | 14 </assembly> |
OLD | NEW |