diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-21 12:44:27 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-30 08:15:54 -0800 |
commit | 4cd4828e6225a2ff5e81002a7f6f7401570b21c4 (patch) | |
tree | 54acd62489f52661881372b6d22bf6e670017ef2 /src/libs/wcautil/wcautil_t.proj | |
parent | 6d431a1488f770a0c2c753e2e3744fbb8d3eee0b (diff) | |
download | wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.gz wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.bz2 wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.zip |
Build simplification and parallelization
Diffstat (limited to 'src/libs/wcautil/wcautil_t.proj')
-rw-r--r-- | src/libs/wcautil/wcautil_t.proj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libs/wcautil/wcautil_t.proj b/src/libs/wcautil/wcautil_t.proj new file mode 100644 index 00000000..ae0ebc08 --- /dev/null +++ b/src/libs/wcautil/wcautil_t.proj | |||
@@ -0,0 +1,9 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | ||
2 | <ItemGroup> | ||
3 | <ProjectReference Include="WixToolset.WcaUtil\wcautil.vcxproj" Properties="Platform=x86" /> | ||
4 | <ProjectReference Include="WixToolset.WcaUtil\wcautil.vcxproj" Properties="Platform=x64" /> | ||
5 | <ProjectReference Include="WixToolset.WcaUtil\wcautil.vcxproj" Properties="Platform=ARM64" /> | ||
6 | |||
7 | <ProjectReference Include="WixToolset.WcaUtil\wcautil.vcxproj" Targets="PackNative" /> | ||
8 | </ItemGroup> | ||
9 | </Project> | ||