mysimulation/server/ZTSO.Server.sln
Tony Bark 22191ce648 Removed NioTSO client and server
- NioTSO client isn't needed because we're using RayLib
- Added FreeSO's API server to handle most backend operations
2024-05-01 02:55:43 -04:00

30 lines
1.4 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "server", "server", "{DE9F1DBC-27C5-4BC3-8516-6071FFE86B92}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FSO.Server.Api.Core", "FSO.Server.Api.Core\FSO.Server.Api.Core.csproj", "{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02B79DD0-1D96-4C2C-9E5D-E21B8DDBC9E4} = {DE9F1DBC-27C5-4BC3-8516-6071FFE86B92}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6208BB0-8CE4-44ED-9E24-BA84CEEFF636}
EndGlobalSection
EndGlobal