diff options
Diffstat (limited to 'src/ext/Bal/mbahost/precomp.h')
-rw-r--r-- | src/ext/Bal/mbahost/precomp.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/ext/Bal/mbahost/precomp.h b/src/ext/Bal/mbahost/precomp.h deleted file mode 100644 index a07f2fc0..00000000 --- a/src/ext/Bal/mbahost/precomp.h +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
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 <metahost.h> | ||
8 | #include <shlwapi.h> | ||
9 | |||
10 | #import <mscorlib.tlb> raw_interfaces_only rename("ReportEvent", "mscorlib_ReportEvent") | ||
11 | |||
12 | #include <dutil.h> | ||
13 | #include <osutil.h> | ||
14 | #include <pathutil.h> | ||
15 | #include <regutil.h> | ||
16 | #include <strutil.h> | ||
17 | #include <xmlutil.h> | ||
18 | |||
19 | #include <BootstrapperEngine.h> | ||
20 | #include <BootstrapperApplication.h> | ||
21 | #include <IBootstrapperEngine.h> | ||
22 | #include <IBootstrapperApplication.h> | ||
23 | #include <IBootstrapperApplicationFactory.h> | ||
24 | |||
25 | #include <balutil.h> | ||
26 | |||
27 | #include <preqba.h> | ||
28 | #include <WixToolset.Mba.Host.h> // includes the generated assembly name macros. | ||
29 | |||
30 | #include "mbahost.h" | ||