aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/TestBA/TestBAWixlib/TestBA.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/TestBA/TestBAWixlib/TestBA.wxs')
-rw-r--r--src/TestData/TestBA/TestBAWixlib/TestBA.wxs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/TestData/TestBA/TestBAWixlib/TestBA.wxs b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs
new file mode 100644
index 00000000..c16da2e5
--- /dev/null
+++ b/src/TestData/TestBA/TestBAWixlib/TestBA.wxs
@@ -0,0 +1,15 @@
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">
3 <Fragment>
4 <BootstrapperApplicationRef Id='ManagedBootstrapperApplicationHost'>
5 <Payload Name='WixToolset.Mba.Host.config' SourceFile='!(bindpath.x86)\TestBA.BootstrapperCore.config' />
6 <Payload SourceFile='!(bindpath.x86)\TestBA.dll' />
7 <Payload SourceFile="!(bindpath.x86)\mbanative.dll" />
8 <Payload SourceFile="!(bindpath.x86)\WixToolset.Mba.Core.dll" />
9 </BootstrapperApplicationRef>
10
11 <PackageGroup Id="TestBA">
12 <PackageGroupRef Id="NetFx48WebAsPrereq" />
13 </PackageGroup>
14 </Fragment>
15</Wix>