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

31
divisions/Divisions.sln Normal file
View File

@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1704.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Divisions", "Divisions.csproj", "{12C34E18-6743-41CA-84A9-869AE3380A00}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{45DAD415-0174-4434-8A71-B31EC558BB4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12C34E18-6743-41CA-84A9-869AE3380A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12C34E18-6743-41CA-84A9-869AE3380A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12C34E18-6743-41CA-84A9-869AE3380A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12C34E18-6743-41CA-84A9-869AE3380A00}.Release|Any CPU.Build.0 = Release|Any CPU
{45DAD415-0174-4434-8A71-B31EC558BB4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DAD415-0174-4434-8A71-B31EC558BB4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DAD415-0174-4434-8A71-B31EC558BB4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DAD415-0174-4434-8A71-B31EC558BB4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4ADED0C0-1E06-4BEB-99D1-9190772B5244}
EndGlobalSection
EndGlobal