-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGigaChess.sln
27 lines (27 loc) · 1.5 KB
/
GigaChess.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GigaChess.Api", "GigaChess.Api\GigaChess.Api.csproj", "{FABFA6DE-5733-4E1E-A0C2-FB7512C512E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3B660BB5-FD58-4F01-BD4B-86D0FB97CA97}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GigaChess.Frontend", "GigaChess.Frontend\GigaChess.Frontend.proj", "{30BD4076-3B7D-42C3-AB4F-43AB5D782998}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FABFA6DE-5733-4E1E-A0C2-FB7512C512E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FABFA6DE-5733-4E1E-A0C2-FB7512C512E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FABFA6DE-5733-4E1E-A0C2-FB7512C512E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FABFA6DE-5733-4E1E-A0C2-FB7512C512E2}.Release|Any CPU.Build.0 = Release|Any CPU
{30BD4076-3B7D-42C3-AB4F-43AB5D782998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30BD4076-3B7D-42C3-AB4F-43AB5D782998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30BD4076-3B7D-42C3-AB4F-43AB5D782998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30BD4076-3B7D-42C3-AB4F-43AB5D782998}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal