diff options
Diffstat (limited to 'src/tools/Dtf/Inventory/xp.manifest')
-rw-r--r-- | src/tools/Dtf/Inventory/xp.manifest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/tools/Dtf/Inventory/xp.manifest b/src/tools/Dtf/Inventory/xp.manifest new file mode 100644 index 00000000..34d61fea --- /dev/null +++ b/src/tools/Dtf/Inventory/xp.manifest | |||
@@ -0,0 +1,15 @@ | |||
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> | ||