-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLichessAnalyzer.sln
54 lines (54 loc) · 3 KB
/
LichessAnalyzer.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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{23C1B930-0866-4F73-8F4B-9E0FE2D523DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Backend", "src\Backend\Backend.csproj", "{D611F60A-97F0-4D8D-8939-5195BDA1AFF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E7C2A87A-281D-4CC1-A28F-4B90A3D74177}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackendTests", "tests\BackendTests\BackendTests.csproj", "{7058DF6D-661A-483F-9EBF-160258516129}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Frontend", "Frontend", "{EA8100D4-9E40-4034-8F0D-C74770ED364B}"
src\Frontend\ = src\Frontend\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ML", "ML", "{A1E308B3-685F-4484-BC3C-61EA89C2B82D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Protos", "Protos", "{558241DB-5E0B-473B-BA4D-1A3D92FB11EB}"
ProjectSection(SolutionItems) = preProject
src\Protos\service.proto = src\Protos\service.proto
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E686E785-229F-47CA-B2D2-883DB50AF38A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D611F60A-97F0-4D8D-8939-5195BDA1AFF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D611F60A-97F0-4D8D-8939-5195BDA1AFF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D611F60A-97F0-4D8D-8939-5195BDA1AFF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D611F60A-97F0-4D8D-8939-5195BDA1AFF5}.Release|Any CPU.Build.0 = Release|Any CPU
{7058DF6D-661A-483F-9EBF-160258516129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7058DF6D-661A-483F-9EBF-160258516129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7058DF6D-661A-483F-9EBF-160258516129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7058DF6D-661A-483F-9EBF-160258516129}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D611F60A-97F0-4D8D-8939-5195BDA1AFF5} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{7058DF6D-661A-483F-9EBF-160258516129} = {E7C2A87A-281D-4CC1-A28F-4B90A3D74177}
{B373FCC4-F1D2-4BAC-BE87-FCE13C71BC3C} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{9C935622-4BCE-4B53-B31C-DFD8A76B92DD} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{E96DEE50-628B-45A0-BDCC-50264340CFB8} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{EA8100D4-9E40-4034-8F0D-C74770ED364B} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{A1E308B3-685F-4484-BC3C-61EA89C2B82D} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
{558241DB-5E0B-473B-BA4D-1A3D92FB11EB} = {23C1B930-0866-4F73-8F4B-9E0FE2D523DD}
EndGlobalSection
EndGlobal