-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStreamingServices.sln
43 lines (43 loc) · 2.53 KB
/
StreamingServices.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 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{10D9A568-964E-416B-AB52-65740B80918C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StreamingServices.Test", "StreamingServices.Test\StreamingServices.Test.csproj", "{51FE70E6-526C-424D-9513-4C569D7E15E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamingServices.Chats", "StreamingServices.Chats\StreamingServices.Chats.csproj", "{18A89BF8-8061-4EA3-A1D3-B164A40D6919}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StreamingServices.Utils", "..\StreamingServices.Utils\StreamingServices.Utils\StreamingServices.Utils.csproj", "{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51FE70E6-526C-424D-9513-4C569D7E15E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51FE70E6-526C-424D-9513-4C569D7E15E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51FE70E6-526C-424D-9513-4C569D7E15E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51FE70E6-526C-424D-9513-4C569D7E15E7}.Release|Any CPU.Build.0 = Release|Any CPU
{18A89BF8-8061-4EA3-A1D3-B164A40D6919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18A89BF8-8061-4EA3-A1D3-B164A40D6919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18A89BF8-8061-4EA3-A1D3-B164A40D6919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18A89BF8-8061-4EA3-A1D3-B164A40D6919}.Release|Any CPU.Build.0 = Release|Any CPU
{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18A89BF8-8061-4EA3-A1D3-B164A40D6919} = {10D9A568-964E-416B-AB52-65740B80918C}
{C2E5D3B5-F90C-4B4D-8437-92887D3DF24B} = {10D9A568-964E-416B-AB52-65740B80918C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFD403DC-05BD-4615-B641-59E068AAFAC9}
EndGlobalSection
EndGlobal