aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixiuiba/precomp.h
blob: cb6730fd827d7a277a6580297afd1c962c53721b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#pragma once
// 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.


#include <windows.h>
#include <msiquery.h>

#include <dutil.h>
#include <dictutil.h>
#include <locutil.h>
#include <osutil.h>
#include <pathutil.h>
#include <procutil.h>
#include <regutil.h>
#include <strutil.h>
#include <xmlutil.h>

#include <baenginetypes.h>
#include <batypes.h>

#include <IBootstrapperEngine.h>
#include <IBootstrapperApplication.h>

#include <balutil.h>
#include <balinfo.h>
#include <balcondition.h>

#include "WixInternalUIBootstrapperApplication.h"