main
proj 9 lines 387 Bytes
Raw
1 <Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
3 <ProjectReference Include="burn\api_burn_t.proj" Targets="Restore" BuildInParallel="false" />
4 <ProjectReference Include="wix\api_wix_t.proj" Targets="Restore" BuildInParallel="false" />
5
6 <ProjectReference Include="burn\api_burn_t.proj" />
7 <ProjectReference Include="wix\api_wix_t.proj" />
8 </ItemGroup>
9 </Project>