aboutsummaryrefslogtreecommitdiff
path: root/src/api/api_t.proj
blob: d89feccf20e308cd111a83754dc4c35363394994 (plain)
1
2
3
4
5
6
7
8
9
<Project Sdk="Microsoft.Build.Traversal">
  <ItemGroup>
    <ProjectReference Include="burn\burn_t.proj" Targets="Restore" BuildInParallel="false" />
    <ProjectReference Include="wix\wix_t.proj" Targets="Restore" BuildInParallel="false" />

    <ProjectReference Include="burn\burn_t.proj" />
    <ProjectReference Include="wix\wix_t.proj" />
  </ItemGroup>
</Project>