aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleAv2/BundleAv2.wixproj
blob: 509e1a0ead0861ebbe0a3e50cca57b3100d95747 (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. -->
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <OutputType>Bundle</OutputType>
    <Version>2.0.0.0</Version>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
    <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" />
    <ProjectReference Include="..\PackageCv2\PackageCv2.wixproj" />
    <ProjectReference Include="..\PackageD\PackageD.wixproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.72" />
    <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.54" />
  </ItemGroup>
</Project>