summaryrefslogtreecommitdiff
path: root/src/ext/Bal/mbahost/precomp.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-01-11 18:26:20 -0800
committerRob Mensching <rob@firegiant.com>2024-03-06 18:03:38 -0800
commit0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch)
tree9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/ext/Bal/mbahost/precomp.h
parent2824298d9dd817a47527c920363556b54ead5d5d (diff)
downloadwix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2
wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/ext/Bal/mbahost/precomp.h')
-rw-r--r--src/ext/Bal/mbahost/precomp.h30
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"