summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib_x64/TestExe_x64.wxs
blob: 02bed0385435f29ffeb58d70b11171821fc0acc6 (plain)
1
2
3
4
5
6
7
8
9
<!-- 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">
  <Fragment>
    <PayloadGroup Id="TestExePayloads_x64">
      <ExePackagePayload SourceFile="!(bindpath.net2x64)\TestExe.exe" />
      <Payload SourceFile="!(bindpath.net2x64)\TestExe.exe.config" />
    </PayloadGroup>
  </Fragment>
</Wix>