diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-13 20:13:57 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-13 20:16:48 -0600 |
commit | 391057093e45db2d4b2450bd236b9e1fc4cfd53c (patch) | |
tree | 0057f9e3626a594b0d2bc691c8ead8ea1283598d /src/test/WixToolsetTest.MbaHost/precomp.h | |
parent | e0d1a8f6e54f2c573fc79fc442518758297b7d80 (diff) | |
download | wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.tar.gz wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.tar.bz2 wix-391057093e45db2d4b2450bd236b9e1fc4cfd53c.zip |
Add test for creating a Managed BA through mbahost.
Diffstat (limited to '')
-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" | ||