diff options
author | Bob Arnson <bob@firegiant.com> | 2021-07-12 12:20:55 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-07-12 12:20:55 -0400 |
commit | b452e816019d35aba71693bfc8826a8a52df457c (patch) | |
tree | 3f2ed5467ef28efcc256bfe944f0bc01f6ce904b /src/api/api.proj | |
parent | 250b850f52253a101ddc4857cb6a2e66b0b37739 (diff) | |
download | wix-b452e816019d35aba71693bfc8826a8a52df457c.tar.gz wix-b452e816019d35aba71693bfc8826a8a52df457c.tar.bz2 wix-b452e816019d35aba71693bfc8826a8a52df457c.zip |
Revert "Build api segment via traversal projects."
This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739.
Diffstat (limited to 'src/api/api.proj')
-rw-r--r-- | src/api/api.proj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/api/api.proj b/src/api/api.proj deleted file mode 100644 index 6d7a4188..00000000 --- a/src/api/api.proj +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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> | ||