blob: 23623ffb016d2f9bee537e1e48024a0966da200c (
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 A" Version="$(var.Version)" UpgradeCode="{A4456636-916A-43A0-87BF-A897C2717A00}" Compressed="yes">
<Log Prefix="~$(var.TestGroupName)_BundleA" />
<Variable Name="TestGroupName" Value="$(var.TestGroupName)" />
<Chain>
<PackageGroupRef Id="BundlePackages" />
</Chain>
</Bundle>
</Include>
|