-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConnectFourApp.sln
37 lines (37 loc) · 2.15 KB
/
ConnectFourApp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConnectFourApp.Server", "ConnectFourApp\Server\ConnectFourApp.Server.csproj", "{2C3789B4-5842-4FEE-BB4B-AF4107E3B049}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConnectFourApp.Client", "ConnectFourApp\Client\ConnectFourApp.Client.csproj", "{DF0E05D8-D18E-4ABB-8764-32593B44BE96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConnectFourApp.Shared", "ConnectFourApp\Shared\ConnectFourApp.Shared.csproj", "{C2C550A0-628E-436D-82D1-BD76DC5E051C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C3789B4-5842-4FEE-BB4B-AF4107E3B049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C3789B4-5842-4FEE-BB4B-AF4107E3B049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C3789B4-5842-4FEE-BB4B-AF4107E3B049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C3789B4-5842-4FEE-BB4B-AF4107E3B049}.Release|Any CPU.Build.0 = Release|Any CPU
{DF0E05D8-D18E-4ABB-8764-32593B44BE96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0E05D8-D18E-4ABB-8764-32593B44BE96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0E05D8-D18E-4ABB-8764-32593B44BE96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0E05D8-D18E-4ABB-8764-32593B44BE96}.Release|Any CPU.Build.0 = Release|Any CPU
{C2C550A0-628E-436D-82D1-BD76DC5E051C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2C550A0-628E-436D-82D1-BD76DC5E051C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2C550A0-628E-436D-82D1-BD76DC5E051C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2C550A0-628E-436D-82D1-BD76DC5E051C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87A8BF7C-F1E9-4594-891B-1D7A776D4418}
EndGlobalSection
EndGlobal