This commit is contained in:
Michael Robles
2023-12-22 22:36:22 -07:00
parent afef06b7aa
commit ee731cedf2
20 changed files with 187 additions and 103 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "compabetov2", "compabetov2.csproj", "{7C5162E4-C019-4C0E-A4D9-731CC41A1142}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C5162E4-C019-4C0E-A4D9-731CC41A1142}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23852621-453C-4DA6-80B8-9AFFBE16FAAE}
EndGlobalSection
EndGlobal