| 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |
| 4 | |
| 5 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> |
| 6 | <dependency> |
| 7 | <dependentAssembly> |
| 8 | <assemblyIdentity type="win32" |
| 9 | name="Microsoft.Windows.Common-Controls" |
| 10 | version="6.0.0.0" language="*" |
| 11 | processorArchitecture="X86" |
| 12 | publicKeyToken="6595b64144ccf1df" /> |
| 13 | </dependentAssembly> |
| 14 | </dependency> |
| 15 | </assembly> |