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