diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-18 11:57:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-19 13:23:21 -0700 |
commit | 44e69b72d820bcebee45b738372117d35d487404 (patch) | |
tree | c6fb14635ccfe00c2bda5409a0da9b61cebe8292 /src/ext/Util | |
parent | e550b63845a90e1a9452060b50a00ca5d9ee8c67 (diff) | |
download | wix-44e69b72d820bcebee45b738372117d35d487404.tar.gz wix-44e69b72d820bcebee45b738372117d35d487404.tar.bz2 wix-44e69b72d820bcebee45b738372117d35d487404.zip |
Update build dependencies and normalize more projects
Diffstat (limited to 'src/ext/Util')
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index d8f086b5..352d7723 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj | |||
@@ -96,8 +96,8 @@ | |||
96 | 96 | ||
97 | <ItemGroup> | 97 | <ItemGroup> |
98 | <PackageReference Include="WixToolset.WcaUtil" /> | 98 | <PackageReference Include="WixToolset.WcaUtil" /> |
99 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 99 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
100 | <PackageReference Include="GitInfo" /> | 100 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
101 | </ItemGroup> | 101 | </ItemGroup> |
102 | 102 | ||
103 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 103 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |