aboutsummaryrefslogtreecommitdiff
path: root/src/api/api.proj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-12-21 12:44:27 -0800
committerRob Mensching <rob@firegiant.com>2021-12-30 08:15:54 -0800
commit4cd4828e6225a2ff5e81002a7f6f7401570b21c4 (patch)
tree54acd62489f52661881372b6d22bf6e670017ef2 /src/api/api.proj
parent6d431a1488f770a0c2c753e2e3744fbb8d3eee0b (diff)
downloadwix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.gz
wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.bz2
wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.zip
Build simplification and parallelization
Diffstat (limited to 'src/api/api.proj')
-rw-r--r--src/api/api.proj9
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>