diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/PrereqBaTests/BundleB/BundleB.wxi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wxi b/src/TestData/PrereqBaTests/BundleB/BundleB.wxi deleted file mode 100644 index 6bfeb213..00000000 --- a/src/TestData/PrereqBaTests/BundleB/BundleB.wxi +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 | |||
3 | <?ifndef Version?> | ||
4 | <?define Version = 1.0.0.0?> | ||
5 | <?endif?> | ||
6 | |||
7 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
8 | <Bundle Name="~$(var.TestGroupName) - Bundle B" Version="$(var.Version)" UpgradeCode="{157A1FBA-3825-4AAA-B13D-F45435A79D64}" Compressed="yes"> | ||
9 | <Log Prefix="~$(var.TestGroupName)_BundleB" /> | ||
10 | |||
11 | <Variable Name="TestGroupName" Value="$(var.TestGroupName)" /> | ||
12 | |||
13 | <Chain> | ||
14 | <PackageGroupRef Id="BundlePackages" /> | ||
15 | </Chain> | ||
16 | </Bundle> | ||
17 | </Include> | ||