blob: 04a9e8589aa68bc008969c15362235a2d8a74f47 (
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">
<PropertyGroup>
<OutputType>Bundle</OutputType>
<SuppressSpecificWarnings>1151</SuppressSpecificWarnings>
<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.76" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.56" />
</ItemGroup>
</Project>
|