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/Sql/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/Sql/ca')
-rw-r--r-- | src/ext/Sql/ca/precomp.h | 2 | ||||
-rw-r--r-- | src/ext/Sql/ca/sqlca.vcxproj | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/ext/Sql/ca/precomp.h b/src/ext/Sql/ca/precomp.h index 266d543c..e92abdc5 100644 --- a/src/ext/Sql/ca/precomp.h +++ b/src/ext/Sql/ca/precomp.h | |||
@@ -11,8 +11,6 @@ | |||
11 | 11 | ||
12 | #include <strsafe.h> | 12 | #include <strsafe.h> |
13 | 13 | ||
14 | #define MAXUINT USHRT_MAX | ||
15 | |||
16 | #include "wcautil.h" | 14 | #include "wcautil.h" |
17 | #include "fileutil.h" | 15 | #include "fileutil.h" |
18 | #include "memutil.h" | 16 | #include "memutil.h" |
diff --git a/src/ext/Sql/ca/sqlca.vcxproj b/src/ext/Sql/ca/sqlca.vcxproj index 18becc5f..01eae1fb 100644 --- a/src/ext/Sql/ca/sqlca.vcxproj +++ b/src/ext/Sql/ca/sqlca.vcxproj | |||
@@ -73,10 +73,10 @@ | |||
73 | </ItemGroup> | 73 | </ItemGroup> |
74 | 74 | ||
75 | <ItemGroup> | 75 | <ItemGroup> |
76 | <PackageReference Include="WixToolset.Dutil" Version="4.0.65" /> | 76 | <PackageReference Include="WixToolset.Dutil" /> |
77 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | 77 | <PackageReference Include="WixToolset.WcaUtil" /> |
78 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 78 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
79 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 79 | <PackageReference Include="GitInfo" /> |
80 | </ItemGroup> | 80 | </ItemGroup> |
81 | 81 | ||
82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |