-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayByPlay.sln
37 lines (37 loc) · 2 KB
/
PlayByPlay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\PlayByPlayApi.csproj", "{5324D3B7-F1DA-4A91-BAC6-A2513FF9BE3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleClient", "ConsoleClient\ConsoleClient.csproj", "{B84666C8-D2FE-4C89-86ED-F68D579D935E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{F9027502-DFE0-4ED5-98E2-AFE375C7E94B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5324D3B7-F1DA-4A91-BAC6-A2513FF9BE3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5324D3B7-F1DA-4A91-BAC6-A2513FF9BE3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5324D3B7-F1DA-4A91-BAC6-A2513FF9BE3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5324D3B7-F1DA-4A91-BAC6-A2513FF9BE3B}.Release|Any CPU.Build.0 = Release|Any CPU
{B84666C8-D2FE-4C89-86ED-F68D579D935E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B84666C8-D2FE-4C89-86ED-F68D579D935E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B84666C8-D2FE-4C89-86ED-F68D579D935E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B84666C8-D2FE-4C89-86ED-F68D579D935E}.Release|Any CPU.Build.0 = Release|Any CPU
{F9027502-DFE0-4ED5-98E2-AFE375C7E94B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9027502-DFE0-4ED5-98E2-AFE375C7E94B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9027502-DFE0-4ED5-98E2-AFE375C7E94B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9027502-DFE0-4ED5-98E2-AFE375C7E94B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB67F126-6AE5-44DB-906C-36D6A7E951E7}
EndGlobalSection
EndGlobal