blob: 943b8b48ecaa31d063aa22cc1de062eb5db57956 (
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. -->
<?ifndef Version?>
<?define Version = 1.0.0.0?>
<?endif?>
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Bundle Name="~$(var.TestGroupName) - Bundle B" Version="$(var.Version)" UpgradeCode="{552FD011-4DD6-42B2-A4C6-AD1417C829B2}" Compressed="yes">
<Log Prefix="~$(var.TestGroupName)_BundleB" />
<Variable Name="TestGroupName" Value="$(var.TestGroupName)" />
<Chain>
<PackageGroupRef Id="BundlePackages" />
</Chain>
</Bundle>
</Include>
|