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

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