-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOthelloPlayer.sln
28 lines (28 loc) · 1.47 KB
/
OthelloPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OthelloPlayer.Startup", "OthelloPlayer.Startup\OthelloPlayer.Startup.csproj", "{AAFD23F2-3E85-4FFC-9430-B4F414BE5BF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OthelloPlayer.Test", "OthelloPlayer.Test\OthelloPlayer.Test.csproj", "{C9826A70-59A6-4710-91A8-5D14E0AAFB31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAFD23F2-3E85-4FFC-9430-B4F414BE5BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAFD23F2-3E85-4FFC-9430-B4F414BE5BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAFD23F2-3E85-4FFC-9430-B4F414BE5BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAFD23F2-3E85-4FFC-9430-B4F414BE5BF4}.Release|Any CPU.Build.0 = Release|Any CPU
{C9826A70-59A6-4710-91A8-5D14E0AAFB31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9826A70-59A6-4710-91A8-5D14E0AAFB31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9826A70-59A6-4710-91A8-5D14E0AAFB31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9826A70-59A6-4710-91A8-5D14E0AAFB31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal