blob: d704544cd7c77f072f3bf31c02c0d77ad7291406 (
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="..\PuomPkg1\PuomPkg1.wixproj" />
<ProjectReference Include="..\PuomPkg2\PuomPkg2.wixproj" />
</ItemGroup>
</Project>
|