diff options
Diffstat (limited to 'src/test/WixToolsetTest.MbaHost/precomp.h')
-rw-r--r-- | src/test/WixToolsetTest.MbaHost/precomp.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.MbaHost/precomp.h b/src/test/WixToolsetTest.MbaHost/precomp.h new file mode 100644 index 00000000..aa4b6ddc --- /dev/null +++ b/src/test/WixToolsetTest.MbaHost/precomp.h | |||
@@ -0,0 +1,15 @@ | |||
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 | |||
8 | #include "dutil.h" | ||
9 | #include "logutil.h" | ||
10 | |||
11 | #include "BootstrapperEngine.h" | ||
12 | #include "BootstrapperApplication.h" | ||
13 | |||
14 | #include "EngineForTest.h" | ||
15 | #include "TestManagedBootstrapperApplication.h" | ||