diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-05-06 14:42:01 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-05-11 19:11:19 -0500 |
commit | a91c413750b354ba6975be9d427787b13664b750 (patch) | |
tree | 230c04174a3f01e15fbed26fc70a4101276c595f /src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | |
parent | 8c27fbe1bc8a6d83859aead2105d6d528c307726 (diff) | |
download | wix-a91c413750b354ba6975be9d427787b13664b750.tar.gz wix-a91c413750b354ba6975be9d427787b13664b750.tar.bz2 wix-a91c413750b354ba6975be9d427787b13664b750.zip |
Add tests for WixBA.
Diffstat (limited to 'src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs')
-rw-r--r-- | src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs new file mode 100644 index 00000000..c6da2a17 --- /dev/null +++ b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | |||
@@ -0,0 +1,17 @@ | |||
1 | <!-- 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. --> | ||
2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
3 | <Fragment> | ||
4 | <BootstrapperApplication> | ||
5 | <Payload Name="WixToolset.Mba.Host.config" SourceFile="!(bindpath.net4x86)\WixBA.BootstrapperCore.config" /> | ||
6 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.dll" /> | ||
7 | <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" /> | ||
8 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.Mba.Core.dll" /> | ||
9 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> | ||
10 | <bal:WixManagedBootstrapperApplicationHost /> | ||
11 | </BootstrapperApplication> | ||
12 | |||
13 | <PackageGroup Id="WixBA"> | ||
14 | <PackageGroupRef Id="NetFx48WebAsPrereq" /> | ||
15 | </PackageGroup> | ||
16 | </Fragment> | ||
17 | </Wix> | ||