From 1035e714fff9e3a901a5d78734403dc954f7abd2 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Fri, 28 Jan 2011 19:03:38 +0100 Subject: [PATCH] Deprecate VS2010 handmade project files now that we have Cmake --- projects/VC100/.gitignore | 5 - projects/VC100/README | 2 + projects/VC100/SimGear-alone.sln | 37 - projects/VC100/SimGear-install.vcxproj | 67 - .../VC100/SimGear-install.vcxproj.filters | 17 - projects/VC100/SimGear.vcxproj | 607 -------- projects/VC100/SimGear.vcxproj.filters | 1225 ----------------- 7 files changed, 2 insertions(+), 1958 deletions(-) delete mode 100644 projects/VC100/.gitignore create mode 100644 projects/VC100/README delete mode 100644 projects/VC100/SimGear-alone.sln delete mode 100644 projects/VC100/SimGear-install.vcxproj delete mode 100644 projects/VC100/SimGear-install.vcxproj.filters delete mode 100644 projects/VC100/SimGear.vcxproj delete mode 100644 projects/VC100/SimGear.vcxproj.filters diff --git a/projects/VC100/.gitignore b/projects/VC100/.gitignore deleted file mode 100644 index e1ea4dd4..00000000 --- a/projects/VC100/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -Win32 -x64 -*.user -*.sdf -*.suo diff --git a/projects/VC100/README b/projects/VC100/README new file mode 100644 index 00000000..aeca7db7 --- /dev/null +++ b/projects/VC100/README @@ -0,0 +1,2 @@ +The handmade VS2010 project files have been replaced by the Cmake build system. +Please use Cmake to build FlightGear with Visual Studio 2010. diff --git a/projects/VC100/SimGear-alone.sln b/projects/VC100/SimGear-alone.sln deleted file mode 100644 index d091d4a2..00000000 --- a/projects/VC100/SimGear-alone.sln +++ /dev/null @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimGear-install", "SimGear-install.vcxproj", "{1781C058-4D52-43AB-9028-EA0A7730057D}" - ProjectSection(ProjectDependencies) = postProject - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimGear", "SimGear.vcxproj", "{22540CD3-D3CA-4C86-A773-80AEEE3ACDED}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1781C058-4D52-43AB-9028-EA0A7730057D}.Debug|Win32.ActiveCfg = Debug|Win32 - {1781C058-4D52-43AB-9028-EA0A7730057D}.Debug|Win32.Build.0 = Debug|Win32 - {1781C058-4D52-43AB-9028-EA0A7730057D}.Debug|x64.ActiveCfg = Debug|Win32 - {1781C058-4D52-43AB-9028-EA0A7730057D}.Release|Win32.ActiveCfg = Release|Win32 - {1781C058-4D52-43AB-9028-EA0A7730057D}.Release|Win32.Build.0 = Release|Win32 - {1781C058-4D52-43AB-9028-EA0A7730057D}.Release|x64.ActiveCfg = Release|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug|Win32.ActiveCfg = Debug|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug|Win32.Build.0 = Debug|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug|x64.ActiveCfg = Debug|x64 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Debug|x64.Build.0 = Debug|x64 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release|Win32.ActiveCfg = Release|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release|Win32.Build.0 = Release|Win32 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release|x64.ActiveCfg = Release|x64 - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/projects/VC100/SimGear-install.vcxproj b/projects/VC100/SimGear-install.vcxproj deleted file mode 100644 index 7d50fe01..00000000 --- a/projects/VC100/SimGear-install.vcxproj +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {1781C058-4D52-43AB-9028-EA0A7730057D} - SimGearinstall - - - - Application - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - - Level3 - Disabled - - - true - - - - - Level3 - MaxSpeed - true - true - - - true - true - true - - - - - - - - \ No newline at end of file diff --git a/projects/VC100/SimGear-install.vcxproj.filters b/projects/VC100/SimGear-install.vcxproj.filters deleted file mode 100644 index e31ef889..00000000 --- a/projects/VC100/SimGear-install.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - \ No newline at end of file diff --git a/projects/VC100/SimGear.vcxproj b/projects/VC100/SimGear.vcxproj deleted file mode 100644 index 3c209806..00000000 --- a/projects/VC100/SimGear.vcxproj +++ /dev/null @@ -1,607 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} - SimGear - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - AnySuitable - ..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_44_0;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;NDEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - true - Level3 - true - ProgramDatabase - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - - X64 - - - OnlyExplicitInline - ..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_44_0;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;NDEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - MultiThreadedDLL - true - true - Level3 - true - ProgramDatabase - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - Disabled - ..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_44_0;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_DEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - true - Level3 - true - EditAndContinue - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - X64 - - - Disabled - ..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_44_0;%(AdditionalIncludeDirectories) - HAVE_CONFIG_H;_DEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - true - Level3 - true - EditAndContinue - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - - - - - - - - - - - - - - MinSpace - OnlyExplicitInline - MinSpace - OnlyExplicitInline - - - - - - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - $(IntDir)%(Filename)1.obj - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Generation of simgear_config.h - copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h - - ..\..\simgear\simgear_config.h;%(Outputs) - Generation of simgear_config.h - copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h - - ..\..\simgear\simgear_config.h;%(Outputs) - Generation of simgear_config.h - copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h - - ..\..\simgear\simgear_config.h;%(Outputs) - Generation of simgear_config.h - copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h - - ..\..\simgear\simgear_config.h;%(Outputs) - - - - - - \ No newline at end of file diff --git a/projects/VC100/SimGear.vcxproj.filters b/projects/VC100/SimGear.vcxproj.filters deleted file mode 100644 index e11890ee..00000000 --- a/projects/VC100/SimGear.vcxproj.filters +++ /dev/null @@ -1,1225 +0,0 @@ - - - - - {0b6674a3-ad7d-455d-967f-04b956516de0} - - - {136cdf2a-e802-4e25-b825-3336dd61ae27} - - - {fc32847c-a10f-4d60-9108-30df40a84990} - - - {0f9ad905-7b39-4d51-9f90-1fd0082423cd} - - - {73f0ff46-3e87-49cc-b5c0-2edd5efe5b83} - - - {3cecd6d2-b597-4dca-bc8b-57b539287af3} - - - {aacdb16b-c8a3-4646-b793-855b2c80cf19} - - - {0a842a82-6392-4015-8ed1-8ea774530f17} - - - {436d099e-96b2-47e5-89f4-da454a191ff0} - - - {91ac4edc-5b34-4fb7-b3d6-37638b7b0e1d} - - - {83f27589-140a-422d-aaa6-d02fabe5b22e} - - - {b343bb0d-e83d-434d-8f15-c1a2a34f3b32} - - - {52bfaa4c-c644-4dc3-9db0-aea7d1430506} - - - {58041ba8-0ae0-493a-8f1d-da9f804f4083} - - - {b793624f-3169-4de2-a20d-13003928be7e} - - - {b5df8235-7d21-4e12-b7d8-85d70887f2e1} - - - {d68626e0-6a72-47df-91c1-5b22569704e9} - - - {1463b6c3-448a-4e7f-9f84-4d9a67ea704c} - - - {59dd967f-ee71-47c4-a272-eeccf7f53441} - - - {5ac00357-be4d-4a23-8eb9-6d96bdc8f14d} - - - {7521d815-e7fa-4fa0-be12-32c652c4c575} - - - {41e7ee72-84f2-49e6-be2d-5071288986a3} - - - {e143ab31-fc79-4774-999a-2d6a84c259b8} - - - {82a8e0b8-c560-4d01-a6ea-259c40335019} - - - - - Lib_sgbucket - - - Lib_sgdebug - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgmagvar - - - Lib_sgmagvar - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgroute - - - Lib_sgroute - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgserial - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgenvironment - - - Lib_sgenvironment - - - Lib_sgenvironment - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgio - - - Lib_sgmisc - - - Lib_sgmath - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgmaterial - - - Lib_sgmodel - - - Lib_sgprops - - - Lib_sgmisc - - - - - Lib_sgbucket - - - Lib_sgdebug - - - Lib_sgdebug - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgephem - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgmagvar - - - Lib_sgmagvar - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmath - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgmisc - - - Lib_sgroute - - - Lib_sgroute - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgscreen - - - Lib_sgserial - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgsky - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgtiming - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgxml - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgprops - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgmodel - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgsound - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgmaterial - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgtgdb - - - Lib_sgthread - - - Lib_sgthread - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgstructure - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgnasal - - - Lib_sgenvironment - - - Lib_sgenvironment - - - Lib_sgenvironment - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgutil - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - Lib_sgbvh - - - - - Lib_sgio - - - Lib_sgmisc - - - Lib_sgmath - - - Lib_sgio - - - Lib_sgio - - - Lib_sgio - - - Lib_sgmaterial - - - Lib_sgmodel - - - Lib_sgprops - - - Lib_sgmisc - - - - - Lib_sgmath - - - - - - \ No newline at end of file -- 2.39.5