diff options
Diffstat (limited to 'src/api/api_t.proj')
-rw-r--r-- | src/api/api_t.proj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/api/api_t.proj b/src/api/api_t.proj index d89feccf..d2bb8af3 100644 --- a/src/api/api_t.proj +++ b/src/api/api_t.proj | |||
@@ -1,9 +1,9 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | 1 | <Project Sdk="Microsoft.Build.Traversal"> |
2 | <ItemGroup> | 2 | <ItemGroup> |
3 | <ProjectReference Include="burn\burn_t.proj" Targets="Restore" BuildInParallel="false" /> | 3 | <ProjectReference Include="burn\api_burn_t.proj" Targets="Restore" BuildInParallel="false" /> |
4 | <ProjectReference Include="wix\wix_t.proj" Targets="Restore" BuildInParallel="false" /> | 4 | <ProjectReference Include="wix\api_wix_t.proj" Targets="Restore" BuildInParallel="false" /> |
5 | 5 | ||
6 | <ProjectReference Include="burn\burn_t.proj" /> | 6 | <ProjectReference Include="burn\api_burn_t.proj" /> |
7 | <ProjectReference Include="wix\wix_t.proj" /> | 7 | <ProjectReference Include="wix\api_wix_t.proj" /> |
8 | </ItemGroup> | 8 | </ItemGroup> |
9 | </Project> | 9 | </Project> |