Manifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_R...
[reactos.git] / reactos / dll / cpl / wined3dcfg / 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
6 type="win32"
7 name="Microsoft.Windows.Common-Controls"
8 version="6.0.0.0"
9 publicKeyToken="6595b64144ccf1df"
10 processorArchitecture="*"
11 language="*"
12 />
13 </dependentAssembly>
14 </dependency>
15 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
16 <security>
17 <requestedPrivileges>
18 <requestedExecutionLevel
19 level="asInvoker"
20 uiAccess="false"
21 />
22 </requestedPrivileges>
23 </security>
24 </trustInfo>
25 </assembly>