aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
blob: 70bec12208c5aad3182525225437df0820ac76c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- 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. -->
<Project Sdk="WixToolset.Sdk">
  <Import Project="..\BundleBv1\BundleB.props" />
  <PropertyGroup>
    <SuppressSpecificWarnings>1151</SuppressSpecificWarnings>
    <BA>TestBAdnc</BA>
    <Version>2.0.0.0</Version>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\PackageA\PackageA.wixproj" />
    <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" />
    <ProjectReference Include="..\PackageF\PackageF.wixproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Bal.wixext" />
    <PackageReference Include="WixToolset.NetFx.wixext" />
  </ItemGroup>
</Project>