aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ConfigurableScopeTests/AllPmouBundle/Bundle.props
blob: a200a06370c5ceb2eb075de1b8818ad5bdfc9059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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="..\PmouPkg1\PmouPkg1.wixproj" />
    <ProjectReference Include="..\PmouPkg2\PmouPkg2.wixproj" />
  </ItemGroup>
</Project>