Major update

This commit is contained in:
2023-06-01 08:52:05 -05:00
parent d7c0f373f4
commit df84287eb2
264 changed files with 8614 additions and 964 deletions

25
seasons/Seasons.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1705.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Seasons", "Seasons.csproj", "{F21EBFA5-D6FA-4BC3-8871-8BE5ABD02384}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F21EBFA5-D6FA-4BC3-8871-8BE5ABD02384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F21EBFA5-D6FA-4BC3-8871-8BE5ABD02384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F21EBFA5-D6FA-4BC3-8871-8BE5ABD02384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F21EBFA5-D6FA-4BC3-8871-8BE5ABD02384}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02872E6B-C240-4FD7-8112-A9FF9D4E590D}
EndGlobalSection
EndGlobal