aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BundlePackageTests/MultipleBundlePackagesBundle/MultipleBundlePackagesBundle.wxs
blob: e0071874b66e3e42d4a4ab0c0736cc88f9ff4eba (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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>
    <PackageGroup Id="BundlePackages">
      <BundlePackage Id="PackageA" SourceFile="$(var.BundleA.TargetPath)" />
      <BundlePackage Id="PackageB" SourceFile="$(var.BundleB_x64.TargetPath)" />
    </PackageGroup>
  </Fragment>
</Wix>