aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs
blob: c6da2a1716d3a8dbd6cf8efaa3ed50c343272c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- 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. -->
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
  <Fragment>
    <BootstrapperApplication>
      <Payload Name="WixToolset.Mba.Host.config" SourceFile="!(bindpath.net4x86)\WixBA.BootstrapperCore.config" />
      <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.dll" />
      <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" />
      <Payload SourceFile="!(bindpath.net4x86)\WixToolset.Mba.Core.dll" />
      <Payload SourceFile='..\..\..\..\..\..\License.txt' />
      <bal:WixManagedBootstrapperApplicationHost />
    </BootstrapperApplication>

    <PackageGroup Id="WixBA">
      <PackageGroupRef Id="NetFx48WebAsPrereq" />
    </PackageGroup>
  </Fragment>
</Wix>