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 | |
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')
-rw-r--r-- | src/ext/Util/ca/precomp.h | 2 | ||||
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/ext/Util/ca/precomp.h b/src/ext/Util/ca/precomp.h index c5d6afe5..98e61e1a 100644 --- a/src/ext/Util/ca/precomp.h +++ b/src/ext/Util/ca/precomp.h | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <shlobj.h> | 22 | #include <shlobj.h> |
23 | #include <intshcut.h> | 23 | #include <intshcut.h> |
24 | 24 | ||
25 | #define MAXUINT USHRT_MAX | 25 | // #define MAXUINT USHRT_MAX |
26 | 26 | ||
27 | #include "wcautil.h" | 27 | #include "wcautil.h" |
28 | #include "wcawow64.h" | 28 | #include "wcawow64.h" |
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" /> |