blob: 7da4792a1e38de7481e13b3f2e72923ef84fe87b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<Project>
<PropertyGroup>
<OutputType>Bundle</OutputType>
<SuppressSpecificWarnings>1140</SuppressSpecificWarnings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
<PackageReference Include="WixToolset.NetFx.wixext" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
<ProjectReference Include="..\PerMachinePkg\PerMachinePkg.wixproj" />
<ProjectReference Include="..\PuomPkg1\PuomPkg1.wixproj" />
<ProjectReference Include="..\PuomPkg2\PuomPkg2.wixproj" />
<ProjectReference Include="..\PerUserPkg\PerUserPkg.wixproj" />
</ItemGroup>
</Project>
|