diff options
Diffstat (limited to '')
| -rw-r--r-- | src/test/burn/TestData/ConfigurableScopeTests/PuPuomBundle/Bundle.props | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/burn/TestData/ConfigurableScopeTests/PuPuomBundle/Bundle.props b/src/test/burn/TestData/ConfigurableScopeTests/PuPuomBundle/Bundle.props new file mode 100644 index 00000000..6d0a58f1 --- /dev/null +++ b/src/test/burn/TestData/ConfigurableScopeTests/PuPuomBundle/Bundle.props | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <Project> | ||
| 2 | <PropertyGroup> | ||
| 3 | <OutputType>Bundle</OutputType> | ||
| 4 | <SuppressSpecificWarnings>1140</SuppressSpecificWarnings> | ||
| 5 | </PropertyGroup> | ||
| 6 | <ItemGroup> | ||
| 7 | <PackageReference Include="WixToolset.BootstrapperApplications.wixext" /> | ||
| 8 | <PackageReference Include="WixToolset.NetFx.wixext" /> | ||
| 9 | </ItemGroup> | ||
| 10 | <ItemGroup> | ||
| 11 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | ||
| 12 | <ProjectReference Include="..\PuomPkg1\PuomPkg1.wixproj" /> | ||
| 13 | <ProjectReference Include="..\PuomPkg2\PuomPkg2.wixproj" /> | ||
| 14 | <ProjectReference Include="..\PerUserPkg\PerUserPkg.wixproj" /> | ||
| 15 | </ItemGroup> | ||
| 16 | </Project> \ No newline at end of file | ||
