aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib_x64/WixBA_x64.wxs
blob: 97b416510aeb5614cd6302e77e53c6bc1c6c5db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- 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" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx">
  <Fragment>
    <BootstrapperApplication SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.exe">
      <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.deps.json" />
      <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.dll" />
      <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.runtimeconfig.json" />
      <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" />
      <Payload SourceFile="!(bindpath.dncx64)\WixToolset.BootstrapperApplicationApi.dll" />
      <Payload SourceFile='..\..\..\..\..\..\License.txt' />
    </BootstrapperApplication>

    <PackageGroup Id="WixBAdnc_x64">
      <PackageGroupRef Id="DesktopNetCoreRuntime609Redist_x64AsPrereq" />
    </PackageGroup>

    <netfx:DotNetCoreSdkSearchRef Id="DOTNETCORESDK6_x64" />
  </Fragment>
</Wix>