aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
committerBob Arnson <github@bobs.org>2026-02-05 15:58:18 -0500
commitc258b72508f1b25a56e5d3ee3df08650ba1cbe36 (patch)
tree0d5eaf7d732d4a6cb5abe663d2644447c9072220 /src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props
parenta3d3963f806117ce123d95e8b77e73e1c1545b25 (diff)
downloadwix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.gz
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.bz2
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.zip
Support dual-purpose packages in Burn.
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props')
-rw-r--r--src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props b/src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props
new file mode 100644
index 00000000..9ecde613
--- /dev/null
+++ b/src/test/burn/TestData/ConfigurableScopeTests/PmPuomBundle/Bundle.props
@@ -0,0 +1,15 @@
1<Project>
2 <PropertyGroup>
3 <OutputType>Bundle</OutputType>
4 </PropertyGroup>
5 <ItemGroup>
6 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
7 <PackageReference Include="WixToolset.NetFx.wixext" />
8 </ItemGroup>
9 <ItemGroup>
10 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
11 <ProjectReference Include="..\PerMachinePkg\PerMachinePkg.wixproj" />
12 <ProjectReference Include="..\PmouPkg1\PmouPkg1.wixproj" />
13 <ProjectReference Include="..\PmouPkg2\PmouPkg2.wixproj" />
14 </ItemGroup>
15</Project> \ No newline at end of file