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 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> | 4 <!--The compatibility section will be merged from build/win/compatibility.mani
fest --> |
5 <application> | 5 |
6 <!--This Id value indicates the application supports Windows Vista functio
nality --> | |
7 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> | |
8 <!--This Id value indicates the application supports Windows 7 functionali
ty--> | |
9 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> | |
10 </application> | |
11 </compatibility> | |
12 | |
13 <dependency> | 6 <dependency> |
14 <dependentAssembly> | 7 <dependentAssembly> |
15 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve
rsion="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" la
nguage="*"></assemblyIdentity> | 8 <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" ve
rsion="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" la
nguage="*"></assemblyIdentity> |
16 </dependentAssembly> | 9 </dependentAssembly> |
17 </dependency> | 10 </dependency> |
18 | 11 |
19 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | 12 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> |
20 <security> | 13 <security> |
21 <requestedPrivileges> | 14 <requestedPrivileges> |
22 <requestedExecutionLevel level="asInvoker" /> | 15 <requestedExecutionLevel level="asInvoker" /> |
23 </requestedPrivileges> | 16 </requestedPrivileges> |
24 </security> | 17 </security> |
25 </trustInfo> | 18 </trustInfo> |
26 | 19 |
27 </assembly> | 20 </assembly> |
OLD | NEW |