main
h 16 lines 441 Bytes
Raw
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 <strsafe.h>
7 #include <msxml2.h>
8
9 #include <dutil.h>
10 #include <locutil.h>
11 #include <memutil.h>
12 #include <strutil.h>
13 #include <xmlutil.h>
14
15 #include "bextutil.h"
16 #include "BextBootstrapperExtensionEngine.h"