-
Notifications
You must be signed in to change notification settings - Fork 18
/
PlanningPoker.sln
76 lines (76 loc) · 5.34 KB
/
PlanningPoker.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Server", "src\PlanningPoker.Server\PlanningPoker.Server.csproj", "{38AB0D17-8E56-482D-AA87-E55D807E0C34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Client", "src\PlanningPoker.Client\PlanningPoker.Client.csproj", "{6C462AF9-6544-4690-A8A0-1E852FBBD894}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.FunctionalTests", "tests\PlanningPoker.FunctionalTests\PlanningPoker.FunctionalTests.csproj", "{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{219A5527-0C8F-4904-B568-6A783A7D5B67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Hub.Client", "src\PlanningPoker.Hub.Client\PlanningPoker.Hub.Client.csproj", "{4EF65F5B-49CD-4EB5-9747-98B04DC1B933}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Hub.Client.Abstractions", "src\PlanningPoker.Hub.Client.Abstractions\PlanningPoker.Hub.Client.Abstractions.csproj", "{81F81743-97DE-4FCB-91EB-048F1A7F549A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{27F6346C-D523-43C4-A495-8D72B67051FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Engine.Core", "src\PlanningPoker.Engine.Core\PlanningPoker.Engine.Core.csproj", "{8B85B3F7-2905-4769-BF3F-2A7B4835999F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlanningPoker.Engine.Core.Models", "src\PlanningPoker.Engine.Core.Models\PlanningPoker.Engine.Core.Models.csproj", "{3C249517-BD12-49D3-95D2-84CA0DD0CC20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlanningPoker.Server.Infrastructure", "src\PlanningPoker.Server.Infrastructure\PlanningPoker.Server.Infrastructure.csproj", "{08C273BC-0132-4AE7-A86D-35F528B73206}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38AB0D17-8E56-482D-AA87-E55D807E0C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38AB0D17-8E56-482D-AA87-E55D807E0C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AB0D17-8E56-482D-AA87-E55D807E0C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AB0D17-8E56-482D-AA87-E55D807E0C34}.Release|Any CPU.Build.0 = Release|Any CPU
{6C462AF9-6544-4690-A8A0-1E852FBBD894}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C462AF9-6544-4690-A8A0-1E852FBBD894}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C462AF9-6544-4690-A8A0-1E852FBBD894}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C462AF9-6544-4690-A8A0-1E852FBBD894}.Release|Any CPU.Build.0 = Release|Any CPU
{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0}.Release|Any CPU.Build.0 = Release|Any CPU
{4EF65F5B-49CD-4EB5-9747-98B04DC1B933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EF65F5B-49CD-4EB5-9747-98B04DC1B933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EF65F5B-49CD-4EB5-9747-98B04DC1B933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EF65F5B-49CD-4EB5-9747-98B04DC1B933}.Release|Any CPU.Build.0 = Release|Any CPU
{81F81743-97DE-4FCB-91EB-048F1A7F549A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F81743-97DE-4FCB-91EB-048F1A7F549A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81F81743-97DE-4FCB-91EB-048F1A7F549A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81F81743-97DE-4FCB-91EB-048F1A7F549A}.Release|Any CPU.Build.0 = Release|Any CPU
{8B85B3F7-2905-4769-BF3F-2A7B4835999F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B85B3F7-2905-4769-BF3F-2A7B4835999F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B85B3F7-2905-4769-BF3F-2A7B4835999F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B85B3F7-2905-4769-BF3F-2A7B4835999F}.Release|Any CPU.Build.0 = Release|Any CPU
{3C249517-BD12-49D3-95D2-84CA0DD0CC20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C249517-BD12-49D3-95D2-84CA0DD0CC20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C249517-BD12-49D3-95D2-84CA0DD0CC20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C249517-BD12-49D3-95D2-84CA0DD0CC20}.Release|Any CPU.Build.0 = Release|Any CPU
{08C273BC-0132-4AE7-A86D-35F528B73206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08C273BC-0132-4AE7-A86D-35F528B73206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08C273BC-0132-4AE7-A86D-35F528B73206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08C273BC-0132-4AE7-A86D-35F528B73206}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{43487EA0-9BEB-49CF-BFD0-6CBE17F210D0} = {219A5527-0C8F-4904-B568-6A783A7D5B67}
{8B85B3F7-2905-4769-BF3F-2A7B4835999F} = {27F6346C-D523-43C4-A495-8D72B67051FB}
{3C249517-BD12-49D3-95D2-84CA0DD0CC20} = {27F6346C-D523-43C4-A495-8D72B67051FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FA17895-475B-4744-9E61-9A15148FA41A}
EndGlobalSection
EndGlobal