| 1 | #pragma once |
| 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 | #include <windows.h> |
| 5 | #include <msiquery.h> |
| 6 | #include <corerror.h> |
| 7 | |
| 8 | #include <dutil.h> |
| 9 | #include <conutil.h> |
| 10 | #include <memutil.h> |
| 11 | #include <pathutil.h> |
| 12 | #include <strutil.h> |
| 13 | #include <verutil.h> |
| 14 | #include <xmlutil.h> |
| 15 | |
| 16 | #include <hostfxr.h> |
| 17 | |
| 18 | #include "netcoresearch.h" |