Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
---|
3 | <assemblyIdentity
|
---|
4 | version="1.0.0.0"
|
---|
5 | processorArchitecture="*"
|
---|
6 | name="Microsoft.DirectX SDK.MultipleReflections"
|
---|
7 | type="win32"
|
---|
8 | />
|
---|
9 | <description>DirectX SDK Sample Program.</description>
|
---|
10 |
|
---|
11 | <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
|
---|
12 | <ms_asmv2:security>
|
---|
13 | <ms_asmv2:requestedPrivileges>
|
---|
14 | <ms_asmv2:requestedExecutionLevel level="asInvoker">
|
---|
15 | </ms_asmv2:requestedExecutionLevel>
|
---|
16 | </ms_asmv2:requestedPrivileges>
|
---|
17 | </ms_asmv2:security>
|
---|
18 | </ms_asmv2:trustInfo>
|
---|
19 |
|
---|
20 | <dependency>
|
---|
21 | <dependentAssembly>
|
---|
22 | <assemblyIdentity
|
---|
23 | type="win32"
|
---|
24 | name="Microsoft.Windows.Common-Controls"
|
---|
25 | version="6.0.0.0"
|
---|
26 | processorArchitecture="*"
|
---|
27 | publicKeyToken="6595b64144ccf1df"
|
---|
28 | language="*"
|
---|
29 | />
|
---|
30 | </dependentAssembly>
|
---|
31 | </dependency>
|
---|
32 | </assembly>
|
---|
Note: See
TracBrowser
for help on using the repository browser.