-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiplayer-web-boardgame.sln
45 lines (45 loc) · 2.32 KB
/
multiplayer-web-boardgame.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "server-azure", "server-azure\server-azure.csproj", "{C6688971-3243-42B0-B237-FB113F950516}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "server-dotnet", "server-dotnet\server-dotnet.csproj", "{3D7C3D00-9EC8-4979-B21E-11CDF4341B53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D978EDC-879F-4623-BB59-52A84D28303E}"
ProjectSection(SolutionItems) = preProject
.filenesting.json = .filenesting.json
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "web", "web\web.csproj", "{D19FA8C5-8B42-4822-A373-1CB90C052D14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6688971-3243-42B0-B237-FB113F950516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6688971-3243-42B0-B237-FB113F950516}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6688971-3243-42B0-B237-FB113F950516}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6688971-3243-42B0-B237-FB113F950516}.Release|Any CPU.Build.0 = Release|Any CPU
{3D7C3D00-9EC8-4979-B21E-11CDF4341B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D7C3D00-9EC8-4979-B21E-11CDF4341B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D7C3D00-9EC8-4979-B21E-11CDF4341B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D7C3D00-9EC8-4979-B21E-11CDF4341B53}.Release|Any CPU.Build.0 = Release|Any CPU
{D19FA8C5-8B42-4822-A373-1CB90C052D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D19FA8C5-8B42-4822-A373-1CB90C052D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D19FA8C5-8B42-4822-A373-1CB90C052D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19FA8C5-8B42-4822-A373-1CB90C052D14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B4AE80A-DC02-4B6B-99D8-20483AF3EBDB}
EndGlobalSection
EndGlobal