blob: d2bb8af3c37e3d98484f0c5214c94ea31a22021f (
plain)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="burn\api_burn_t.proj" Targets="Restore" BuildInParallel="false" />
<ProjectReference Include="wix\api_wix_t.proj" Targets="Restore" BuildInParallel="false" />
<ProjectReference Include="burn\api_burn_t.proj" />
<ProjectReference Include="wix\api_wix_t.proj" />
</ItemGroup>
</Project>
|