diff options
author | Bob Arnson <bob@firegiant.com> | 2021-07-11 17:16:48 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-07-17 20:39:11 -0400 |
commit | 5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90 (patch) | |
tree | 32c2d63cfb0a6c94307d58d93efc2d61e9a0dc30 /src/api/api.proj | |
parent | b452e816019d35aba71693bfc8826a8a52df457c (diff) | |
download | wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.gz wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.tar.bz2 wix-5b2b06c9bffb4e6f17409cec41bc0b4b8dab4c90.zip |
Build api segment via traversal projects.
79s -> 21s on my octocore machine.
Diffstat (limited to 'src/api/api.proj')
-rw-r--r-- | src/api/api.proj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/api.proj b/src/api/api.proj new file mode 100644 index 00000000..6d7a4188 --- /dev/null +++ b/src/api/api.proj | |||
@@ -0,0 +1,9 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal/3.0.23"> | ||
2 | <ItemGroup> | ||
3 | <ProjectReference Include="burn\burn.proj" Targets="Restore" BuildInParallel="false" /> | ||
4 | <ProjectReference Include="wix\wix.proj" Targets="Restore" BuildInParallel="false" /> | ||
5 | |||
6 | <ProjectReference Include="burn\burn.proj" /> | ||
7 | <ProjectReference Include="wix\wix.proj" /> | ||
8 | </ItemGroup> | ||
9 | </Project> | ||