feat: Add Visual Studio Solution

This commit is contained in:
Abdulmujeeb Raji 2024-11-11 11:18:22 +00:00
parent a0c69dc497
commit dfa70f05e0
Signed by untrusted user: midnadimple
GPG key ID: EB02C582F8C3962B

25
continuity.sln Normal file
View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "continuity", "continuity.csproj", "{465BFF10-2607-4B07-ACA8-A8EDE74A8FCC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{465BFF10-2607-4B07-ACA8-A8EDE74A8FCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{465BFF10-2607-4B07-ACA8-A8EDE74A8FCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{465BFF10-2607-4B07-ACA8-A8EDE74A8FCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{465BFF10-2607-4B07-ACA8-A8EDE74A8FCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61207C59-7030-4117-850E-DCBFD09F9EF8}
EndGlobalSection
EndGlobal