main
wixproj 11 lines 540 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="BundleB.props" />
4 <ItemGroup>
5 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" />
6 </ItemGroup>
7 <ItemGroup>
8 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
9 <PackageReference Include="WixToolset.NetFx.wixext" />
10 </ItemGroup>
11 </Project>