-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reactive Programming.sln
49 lines (49 loc) · 2.63 KB
/
Reactive Programming.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{B1F7FA99-081A-463F-A482-BDBE5FA00E76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Artifacts", "Artifacts", "{CC61EEA1-1DD7-42F5-89D6-65337C769E35}"
ProjectSection(SolutionItems) = preProject
Features.md = Features.md
ReactiveSpec.md = ReactiveSpec.md
ReadMe.md = ReadMe.md
Spec.md = Spec.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chat", "Source\Chat\Chat.csproj", "{C4621508-4322-43FB-915B-48C769F632ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chat.UI.Desktop", "Source\Chat.UI.Desktop\Chat.UI.Desktop.csproj", "{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chat.Service", "Source\Chat.Service\Chat.Service.csproj", "{8DADB02A-28C9-4E86-A9FF-19D10DD92479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4621508-4322-43FB-915B-48C769F632ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4621508-4322-43FB-915B-48C769F632ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4621508-4322-43FB-915B-48C769F632ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4621508-4322-43FB-915B-48C769F632ED}.Release|Any CPU.Build.0 = Release|Any CPU
{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225}.Release|Any CPU.Build.0 = Release|Any CPU
{8DADB02A-28C9-4E86-A9FF-19D10DD92479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DADB02A-28C9-4E86-A9FF-19D10DD92479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DADB02A-28C9-4E86-A9FF-19D10DD92479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DADB02A-28C9-4E86-A9FF-19D10DD92479}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4621508-4322-43FB-915B-48C769F632ED} = {B1F7FA99-081A-463F-A482-BDBE5FA00E76}
{C2F6BA2F-0D63-4F5F-8EC5-D32EB816C225} = {B1F7FA99-081A-463F-A482-BDBE5FA00E76}
{8DADB02A-28C9-4E86-A9FF-19D10DD92479} = {B1F7FA99-081A-463F-A482-BDBE5FA00E76}
EndGlobalSection
EndGlobal