bowling/Bowling.sln
2022-04-23 16:43:26 +03:00

37 lines
2 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32414.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bowling", "Bowling\Bowling.csproj", "{4C68692A-C32C-4B57-B73A-948858C4CFC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bowling_Server", "Bowling_Server\Bowling_Server.csproj", "{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetLib", "BowlingNetLib\NetLib.csproj", "{8F4FCE29-064E-45E4-AF43-87F31420EF2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C68692A-C32C-4B57-B73A-948858C4CFC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C68692A-C32C-4B57-B73A-948858C4CFC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C68692A-C32C-4B57-B73A-948858C4CFC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C68692A-C32C-4B57-B73A-948858C4CFC4}.Release|Any CPU.Build.0 = Release|Any CPU
{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}.Release|Any CPU.Build.0 = Release|Any CPU
{8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9803D87A-A946-4DD3-A41D-A6443470CA93}
EndGlobalSection
EndGlobal