-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStockFischer.sln
42 lines (42 loc) · 2.24 KB
/
StockFischer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenPGN", "OpenPGN\OpenPGN.csproj", "{998C7901-8474-41E5-97A0-9BFBBDC73518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockFischer", "StockFischer\StockFischer.csproj", "{0BA2C81B-12F5-4111-95B3-88930A6724B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76B831B6-AA97-41A6-9E81-69B8B2EC2C63}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lichess", "Lichess\Lichess.csproj", "{F41A2679-818D-4D94-A557-C53FC9BCF31E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{998C7901-8474-41E5-97A0-9BFBBDC73518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{998C7901-8474-41E5-97A0-9BFBBDC73518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{998C7901-8474-41E5-97A0-9BFBBDC73518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{998C7901-8474-41E5-97A0-9BFBBDC73518}.Release|Any CPU.Build.0 = Release|Any CPU
{0BA2C81B-12F5-4111-95B3-88930A6724B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BA2C81B-12F5-4111-95B3-88930A6724B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BA2C81B-12F5-4111-95B3-88930A6724B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BA2C81B-12F5-4111-95B3-88930A6724B8}.Release|Any CPU.Build.0 = Release|Any CPU
{F41A2679-818D-4D94-A557-C53FC9BCF31E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F41A2679-818D-4D94-A557-C53FC9BCF31E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F41A2679-818D-4D94-A557-C53FC9BCF31E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F41A2679-818D-4D94-A557-C53FC9BCF31E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1761F32-899E-4FCA-A9F6-2B30DD6DCBBD}
EndGlobalSection
EndGlobal