aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ConfigurableScopeTests/PuomBundlePackage/Bundle.props
blob: 37cc5bd54bf08978ad25400e756433d3af714137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project>
  <PropertyGroup>
    <OutputType>Bundle</OutputType>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
    <PackageReference Include="WixToolset.NetFx.wixext" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
    <ProjectReference Include="..\AllPuomBundle\AllPuomBundleTestBA.wixproj" />
  </ItemGroup>
</Project>