aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ConfigurableScopeTests/PuomBundlePackage/PuomBundlePackage.wixproj
blob: 55edd2829086a2302c68c7fbdda9312ea97facb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <OutputType>Bundle</OutputType>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\AllPuomBundle\AllPuomBundleTestBA.wixproj" />
  </ItemGroup>
</Project>