-
Notifications
You must be signed in to change notification settings - Fork 0
/
PersistedWorld.TicTacToe.sln
43 lines (43 loc) · 2.54 KB
/
PersistedWorld.TicTacToe.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameMaster.Tests", "GameMaster.Tests\GameMaster.Tests.csproj", "{E4D8FFE8-96E7-4BA6-8861-A24518A31C8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TicTacToe.Console", "TicTacToe.Console\TicTacToe.Console.csproj", "{2767E56F-3C35-44C9-8FFB-04D6FE4CBECF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameClient", "GameClient\GameClient.csproj", "{C78856B0-A001-422D-B2CC-E862614C2E5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameClient.Blazor", "GameClient.Blazor\GameClient.Blazor.csproj", "{967C948D-2690-458A-BD77-3AF376E030A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4D8FFE8-96E7-4BA6-8861-A24518A31C8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D8FFE8-96E7-4BA6-8861-A24518A31C8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D8FFE8-96E7-4BA6-8861-A24518A31C8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D8FFE8-96E7-4BA6-8861-A24518A31C8F}.Release|Any CPU.Build.0 = Release|Any CPU
{2767E56F-3C35-44C9-8FFB-04D6FE4CBECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2767E56F-3C35-44C9-8FFB-04D6FE4CBECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2767E56F-3C35-44C9-8FFB-04D6FE4CBECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2767E56F-3C35-44C9-8FFB-04D6FE4CBECF}.Release|Any CPU.Build.0 = Release|Any CPU
{C78856B0-A001-422D-B2CC-E862614C2E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C78856B0-A001-422D-B2CC-E862614C2E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C78856B0-A001-422D-B2CC-E862614C2E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C78856B0-A001-422D-B2CC-E862614C2E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{967C948D-2690-458A-BD77-3AF376E030A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967C948D-2690-458A-BD77-3AF376E030A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967C948D-2690-458A-BD77-3AF376E030A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967C948D-2690-458A-BD77-3AF376E030A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95DBBC5F-C608-4CBC-B2FB-04F66CDA55F2}
EndGlobalSection
EndGlobal