- Merge from trunk up to r45543
[reactos.git] / base / applications / rapps / manifest.xml
1 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3 <dependency>
4 <dependentAssembly>
5 <assemblyIdentity type='win32'
6 name='Microsoft.Windows.Common-Controls'
7 version='6.0.0.0'
8 processorArchitecture='*'
9 publicKeyToken='6595b64144ccf1df'
10 language='*' />
11 </dependentAssembly>
12 </dependency>
13 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
14 <security>
15 <requestedPrivileges>
16 <requestedExecutionLevel level='highestAvailable' uiAccess='false' />
17 </requestedPrivileges>
18 </security>
19 </trustInfo>
20 </assembly>