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