Files
speckle-sketchup/_sqlite3/sqlite3.sln
T
oguzhankoral 868859ac83 Feat(tools): add compiler project for sqlite3 and sqlite3 ruby files
* Ignore also old (html) ui built folder

* Ignore sqlite3 ext library ide settings

* Initialize sqlite3 project for .so and .bundle files

* Enable _MSC_VER check on 2.7

* Initialize ruby cpp transition file

* Communicate first time with sqlite3 c base code in Sketchup

* Update compiler project with sqlite3 cpp files

* Add sqlite3 ruby source files to ext libraries

* Update gitignore with Release and Debug folders of sqlite3 compiler

* Exclude rubocops for ext libraries

* Exclude rubocops for _sqlite3 compiler

* Fix rubocop issues
2022-11-16 14:18:28 +03:00

68 lines
4.0 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcxproj", "{147DE3DD-7319-4C90-8757-6391722E9DBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (2.0)|x64 = Debug (2.0)|x64
Debug (2.0)|x86 = Debug (2.0)|x86
Debug (2.2)|x64 = Debug (2.2)|x64
Debug (2.2)|x86 = Debug (2.2)|x86
Debug (2.5)|x64 = Debug (2.5)|x64
Debug (2.5)|x86 = Debug (2.5)|x86
Debug (2.7)|x64 = Debug (2.7)|x64
Debug (2.7)|x86 = Debug (2.7)|x86
Release (2.0)|x64 = Release (2.0)|x64
Release (2.0)|x86 = Release (2.0)|x86
Release (2.2)|x64 = Release (2.2)|x64
Release (2.2)|x86 = Release (2.2)|x86
Release (2.5)|x64 = Release (2.5)|x64
Release (2.5)|x86 = Release (2.5)|x86
Release (2.7)|x64 = Release (2.7)|x64
Release (2.7)|x86 = Release (2.7)|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.0)|x64.ActiveCfg = Debug (2.0)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.0)|x64.Build.0 = Debug (2.0)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.0)|x86.ActiveCfg = Debug (2.0)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.0)|x86.Build.0 = Debug (2.0)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.2)|x64.ActiveCfg = Debug (2.2)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.2)|x64.Build.0 = Debug (2.2)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.2)|x86.ActiveCfg = Debug (2.2)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.2)|x86.Build.0 = Debug (2.2)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.5)|x64.ActiveCfg = Debug (2.5)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.5)|x64.Build.0 = Debug (2.5)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.5)|x86.ActiveCfg = Debug (2.5)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.5)|x86.Build.0 = Debug (2.5)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.7)|x64.ActiveCfg = Debug (2.7)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.7)|x64.Build.0 = Debug (2.7)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.7)|x86.ActiveCfg = Debug (2.7)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Debug (2.7)|x86.Build.0 = Debug (2.7)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.0)|x64.ActiveCfg = Release (2.0)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.0)|x64.Build.0 = Release (2.0)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.0)|x86.ActiveCfg = Release (2.0)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.0)|x86.Build.0 = Release (2.0)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.2)|x64.ActiveCfg = Release (2.2)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.2)|x64.Build.0 = Release (2.2)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.2)|x86.ActiveCfg = Release (2.2)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.2)|x86.Build.0 = Release (2.2)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.5)|x64.ActiveCfg = Release (2.5)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.5)|x64.Build.0 = Release (2.5)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.5)|x86.ActiveCfg = Release (2.5)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.5)|x86.Build.0 = Release (2.5)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.7)|x64.ActiveCfg = Release (2.7)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.7)|x64.Build.0 = Release (2.7)|x64
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.7)|x86.ActiveCfg = Release (2.7)|Win32
{147DE3DD-7319-4C90-8757-6391722E9DBB}.Release (2.7)|x86.Build.0 = Release (2.7)|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17D5180B-2370-4FD9-9768-6AFFFDDD5672}
EndGlobalSection
EndGlobal