-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathChess.NET.sln
43 lines (43 loc) · 2.29 KB
/
Chess.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess.Model", "Chess.Model\Chess.Model.csproj", "{00015510-79F7-4FD5-BA51-8A89FF69F250}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess.ViewModel", "Chess.ViewModel\Chess.ViewModel.csproj", "{594D5E8D-B36D-404A-B0E9-E04FA7C731AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chess.View", "Chess.View\Chess.View.csproj", "{F68AFA2A-73A1-43BA-933F-D56E2687BBF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DADDCF69-8A37-44AC-B4CA-4D7BE39BF80C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
screenshot.png = screenshot.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00015510-79F7-4FD5-BA51-8A89FF69F250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00015510-79F7-4FD5-BA51-8A89FF69F250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00015510-79F7-4FD5-BA51-8A89FF69F250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00015510-79F7-4FD5-BA51-8A89FF69F250}.Release|Any CPU.Build.0 = Release|Any CPU
{594D5E8D-B36D-404A-B0E9-E04FA7C731AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{594D5E8D-B36D-404A-B0E9-E04FA7C731AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{594D5E8D-B36D-404A-B0E9-E04FA7C731AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{594D5E8D-B36D-404A-B0E9-E04FA7C731AB}.Release|Any CPU.Build.0 = Release|Any CPU
{F68AFA2A-73A1-43BA-933F-D56E2687BBF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F68AFA2A-73A1-43BA-933F-D56E2687BBF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F68AFA2A-73A1-43BA-933F-D56E2687BBF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F68AFA2A-73A1-43BA-933F-D56E2687BBF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44C4519B-1748-4BEF-898B-AABF3EC95514}
EndGlobalSection
EndGlobal