aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props')
-rw-r--r--src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props b/src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props
new file mode 100644
index 00000000..87b402e4
--- /dev/null
+++ b/src/test/burn/TestData/MsiTransactionTests/BundleBv1/BundleB.props
@@ -0,0 +1,13 @@
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<Project>
3 <PropertyGroup>
4 <OutputType>Bundle</OutputType>
5 <UpgradeCode>{552FD011-4DD6-42B2-A4C6-AD1417C829B2}</UpgradeCode>
6 </PropertyGroup>
7 <ItemGroup>
8 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
9 </ItemGroup>
10 <ItemGroup>
11 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
12 </ItemGroup>
13</Project>