| 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" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx"> |
| 3 | <Fragment> |
| 4 | <BootstrapperApplication SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.exe"> |
| 5 | <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.deps.json" /> |
| 6 | <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.dll" /> |
| 7 | <Payload SourceFile="!(bindpath.dncx64)\WixToolset.WixBA.runtimeconfig.json" /> |
| 8 | <Payload SourceFile="!(bindpath.dncx64)\mbanative.dll" /> |
| 9 | <Payload SourceFile="!(bindpath.dncx64)\WixToolset.BootstrapperApplicationApi.dll" /> |
| 10 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> |
| 11 | </BootstrapperApplication> |
| 12 | |
| 13 | <PackageGroup Id="WixBAdnc_x64"> |
| 14 | <PackageGroupRef Id="DesktopNetCoreRuntime609Redist_x64AsPrereq" /> |
| 15 | </PackageGroup> |
| 16 | |
| 17 | <netfx:DotNetCoreSdkSearchRef Id="DOTNETCORESDK6_x64" /> |
| 18 | </Fragment> |
| 19 | </Wix> |