This commit is contained in:
unknown
2026-09-08 15:27:34 -05:00
parent 4a276e9483
commit d261a49213
35 changed files with 189 additions and 19 deletions
+13 -2
View File
@@ -1,8 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.9.12112.369 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathLib", "MathLib\MathLib.csproj", "{C2B0D530-4887-4F76-9A50-6C5FF14C4F5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{B198255B-C87F-4484-9511-56C8143CAD52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -13,8 +17,15 @@ Global
{C2B0D530-4887-4F76-9A50-6C5FF14C4F5C}.Debug|x86.Build.0 = Debug|x86
{C2B0D530-4887-4F76-9A50-6C5FF14C4F5C}.Release|x86.ActiveCfg = Release|x86
{C2B0D530-4887-4F76-9A50-6C5FF14C4F5C}.Release|x86.Build.0 = Release|x86
{B198255B-C87F-4484-9511-56C8143CAD52}.Debug|x86.ActiveCfg = Debug|Any CPU
{B198255B-C87F-4484-9511-56C8143CAD52}.Debug|x86.Build.0 = Debug|Any CPU
{B198255B-C87F-4484-9511-56C8143CAD52}.Release|x86.ActiveCfg = Release|Any CPU
{B198255B-C87F-4484-9511-56C8143CAD52}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37DEF94F-7526-48A6-B888-C240BF059B1A}
EndGlobalSection
EndGlobal