-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update to SQLite3 3.37.0 - Add build support for Visaul C++ 2022
- Loading branch information
Showing
30 changed files
with
19,287 additions
and
13,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
branches: | ||
only: | ||
- master | ||
- main | ||
|
||
before_install: | ||
- autoreconf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_dll", "sqlite3mc_vc17_dll.vcxproj", "{B5B138F5-2172-B42B-EAAC-FDA8562CF907}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_dllicu", "sqlite3mc_vc17_dllicu.vcxproj", "{761DACEB-6216-CB3D-8B48-B0C277A0AA49}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_lib", "sqlite3mc_vc17_lib.vcxproj", "{50D338F5-BC93-B42B-85CE-FDA8F14DF907}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_libicu", "sqlite3mc_vc17_libicu.vcxproj", "{319D19FE-1D96-3850-46C8-1DD53220185C}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_shell", "sqlite3mc_vc17_shell.vcxproj", "{91213927-FDAC-A6EB-06BE-29E072C802EC}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3mc_shellicu", "sqlite3mc_vc17_shellicu.vcxproj", "{D2CF021B-BEB3-C370-2714-BEC31317AEF2}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Debug|Win64 = Debug|Win64 | ||
Release|Win32 = Release|Win32 | ||
Release|Win64 = Release|Win64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Debug|Win32.Build.0 = Debug|Win32 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Release|Win32.ActiveCfg = Release|Win32 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Release|Win32.Build.0 = Release|Win32 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{B5B138F5-2172-B42B-EAAC-FDA8562CF907}.Release|Win64.Build.0 = Release Win64|x64 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Debug|Win32.Build.0 = Debug|Win32 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Release|Win32.ActiveCfg = Release|Win32 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Release|Win32.Build.0 = Release|Win32 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{761DACEB-6216-CB3D-8B48-B0C277A0AA49}.Release|Win64.Build.0 = Release Win64|x64 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Debug|Win32.Build.0 = Debug|Win32 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Release|Win32.ActiveCfg = Release|Win32 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Release|Win32.Build.0 = Release|Win32 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{50D338F5-BC93-B42B-85CE-FDA8F14DF907}.Release|Win64.Build.0 = Release Win64|x64 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Debug|Win32.Build.0 = Debug|Win32 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Release|Win32.ActiveCfg = Release|Win32 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Release|Win32.Build.0 = Release|Win32 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{319D19FE-1D96-3850-46C8-1DD53220185C}.Release|Win64.Build.0 = Release Win64|x64 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Debug|Win32.Build.0 = Debug|Win32 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Release|Win32.ActiveCfg = Release|Win32 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Release|Win32.Build.0 = Release|Win32 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{91213927-FDAC-A6EB-06BE-29E072C802EC}.Release|Win64.Build.0 = Release Win64|x64 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Debug|Win32.Build.0 = Debug|Win32 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Debug|Win64.ActiveCfg = Debug Win64|x64 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Debug|Win64.Build.0 = Debug Win64|x64 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Release|Win32.ActiveCfg = Release|Win32 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Release|Win32.Build.0 = Release|Win32 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Release|Win64.ActiveCfg = Release Win64|x64 | ||
{D2CF021B-BEB3-C370-2714-BEC31317AEF2}.Release|Win64.Build.0 = Release Win64|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.