SessionZero/SessionZeroBackend/SessionZeroBackend.sln
Chris Bell ae5931f3d1 Initial Server and Client projects
-- Basic database setup in server
2025-03-27 21:29:50 -05:00

17 lines
790 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SessionZeroBackend", "SessionZeroBackend.csproj", "{477DBF1F-98A6-492A-9377-F2CF62BBEBA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{477DBF1F-98A6-492A-9377-F2CF62BBEBA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{477DBF1F-98A6-492A-9377-F2CF62BBEBA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{477DBF1F-98A6-492A-9377-F2CF62BBEBA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{477DBF1F-98A6-492A-9377-F2CF62BBEBA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal