| 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 | |
| 5 | #include <windows.h> |
| 6 | #include <msiquery.h> |
| 7 | #include <msidefs.h> |
| 8 | #include <stierr.h> |
| 9 | |
| 10 | #include <strsafe.h> |
| 11 | |
| 12 | #include <msxml2.h> |
| 13 | |
| 14 | #include <dutil.h> |
| 15 | #include <fileutil.h> |
| 16 | #include <memutil.h> |
| 17 | #include <strutil.h> |
| 18 | #include <pathutil.h> |
| 19 | #include <procutil.h> |
| 20 | #include <xmlutil.h> |
| 21 | |
| 22 | #include <bextutil.h> |
| 23 | #include <BextBootstrapperExtensionEngine.h> |
| 24 | |
| 25 | #include "..\..\beDecor.h" |
| 26 | #include "netfxsearch.h" |
| 27 | #include "detectnetcore.h" |
| 28 | #include "detectnetcoresdk.h" |
| 29 | #include "detectnetcoresdkfeatureband.h" |
| 30 | #include "NetfxBootstrapperExtension.h" |
| 31 | #include "runnetcoresearch.h" |