diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/Util/ca/utilca.vcxproj | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/ext/Util/ca/utilca.vcxproj')
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index 7b64db95..f090181b 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj | |||
@@ -96,10 +96,10 @@ | |||
96 | </ItemGroup> | 96 | </ItemGroup> |
97 | 97 | ||
98 | <ItemGroup> | 98 | <ItemGroup> |
99 | <PackageReference Include="WixToolset.Dutil" Version="4.0.72" /> | 99 | <PackageReference Include="WixToolset.Dutil" /> |
100 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.19" /> | 100 | <PackageReference Include="WixToolset.WcaUtil" /> |
101 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 101 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
102 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 102 | <PackageReference Include="GitInfo" /> |
103 | </ItemGroup> | 103 | </ItemGroup> |
104 | 104 | ||
105 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 105 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |