main
wixproj 13 lines 690 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="BundleN.props" />
4 <ItemGroup>
5 <ProjectReference Include="..\PackageFv1\PackageFv1.wixproj" />
6 <ProjectReference Include="..\PackageGv1\PackageGv1.wixproj" />
7 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
8 </ItemGroup>
9 <ItemGroup>
10 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
11 <PackageReference Include="WixToolset.NetFx.wixext" />
12 </ItemGroup>
13 </Project>