main
wixproj 21 lines 947 Bytes
Raw
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 Sdk="WixToolset.Sdk">
3 <Import Project="BundleF.props" />
4 <PropertyGroup>
5 <OutputType>Bundle</OutputType>
6 <TestVersion>1.0.0.0</TestVersion>
7 </PropertyGroup>
8 <ItemGroup>
9 <ProjectReference Include="..\PackageAv1\PackageAv1.wixproj" />
10 <ProjectReference Include="..\PackageB\PackageB.wixproj" />
11 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
12 </ItemGroup>
13 <ItemGroup>
14 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
15 <PackageReference Include="WixToolset.NetFx.wixext" />
16 <PackageReference Include="WixToolset.Util.wixext" />
17 </ItemGroup>
18 <ItemGroup>
19 <WixExtension Include="$(ForTestingUseOnlyWixextPath)" />
20 </ItemGroup>
21 </Project>