-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSolution.sln
More file actions
77 lines (77 loc) · 5.11 KB
/
Copy pathSolution.sln
File metadata and controls
77 lines (77 loc) · 5.11 KB
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
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distribution", "Distribution\Distribution.csproj", "{B9F827F1-9ABA-4B1B-A43E-AB363425BCDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{C242D3F0-DE85-4A8B-8C6D-0616F3DCC00E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Samples\Client\Client.csproj", "{6D17A4C0-6164-423F-9397-8550FC8F849C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Samples\Common\Common.csproj", "{5DAC6D9C-06CE-4876-A044-2EF520878FBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Samples\Server\Server.csproj", "{4CE304DC-6941-4FE1-AAFA-4E59B86C1081}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StoreSamples", "StoreSamples", "{3380D17E-DA78-4A30-ABD2-198BA09A0FD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveStore", "StoreSamples\ReactiveStore.csproj", "{BAE93052-0848-4DD8-879F-597092DF8D48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{5F1C7992-2586-43E4-B1D0-55E61B75D6BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distribution.Cluster", "Distribution.Cluster\Distribution.Cluster.csproj", "{319EA0B2-B111-4026-9C63-6BF84CA04DE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Distribution.Stream", "Distribution.Stream\Distribution.Stream.csproj", "{B38900FF-F213-449D-9C90-83527FBDFAEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9F827F1-9ABA-4B1B-A43E-AB363425BCDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F827F1-9ABA-4B1B-A43E-AB363425BCDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F827F1-9ABA-4B1B-A43E-AB363425BCDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F827F1-9ABA-4B1B-A43E-AB363425BCDB}.Release|Any CPU.Build.0 = Release|Any CPU
{6D17A4C0-6164-423F-9397-8550FC8F849C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D17A4C0-6164-423F-9397-8550FC8F849C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D17A4C0-6164-423F-9397-8550FC8F849C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D17A4C0-6164-423F-9397-8550FC8F849C}.Release|Any CPU.Build.0 = Release|Any CPU
{5DAC6D9C-06CE-4876-A044-2EF520878FBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DAC6D9C-06CE-4876-A044-2EF520878FBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DAC6D9C-06CE-4876-A044-2EF520878FBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DAC6D9C-06CE-4876-A044-2EF520878FBF}.Release|Any CPU.Build.0 = Release|Any CPU
{4CE304DC-6941-4FE1-AAFA-4E59B86C1081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CE304DC-6941-4FE1-AAFA-4E59B86C1081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CE304DC-6941-4FE1-AAFA-4E59B86C1081}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CE304DC-6941-4FE1-AAFA-4E59B86C1081}.Release|Any CPU.Build.0 = Release|Any CPU
{BAE93052-0848-4DD8-879F-597092DF8D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE93052-0848-4DD8-879F-597092DF8D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE93052-0848-4DD8-879F-597092DF8D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE93052-0848-4DD8-879F-597092DF8D48}.Release|Any CPU.Build.0 = Release|Any CPU
{5F1C7992-2586-43E4-B1D0-55E61B75D6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F1C7992-2586-43E4-B1D0-55E61B75D6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F1C7992-2586-43E4-B1D0-55E61B75D6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F1C7992-2586-43E4-B1D0-55E61B75D6BE}.Release|Any CPU.Build.0 = Release|Any CPU
{319EA0B2-B111-4026-9C63-6BF84CA04DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{319EA0B2-B111-4026-9C63-6BF84CA04DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{319EA0B2-B111-4026-9C63-6BF84CA04DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{319EA0B2-B111-4026-9C63-6BF84CA04DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{B38900FF-F213-449D-9C90-83527FBDFAEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B38900FF-F213-449D-9C90-83527FBDFAEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B38900FF-F213-449D-9C90-83527FBDFAEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B38900FF-F213-449D-9C90-83527FBDFAEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6D17A4C0-6164-423F-9397-8550FC8F849C} = {C242D3F0-DE85-4A8B-8C6D-0616F3DCC00E}
{5DAC6D9C-06CE-4876-A044-2EF520878FBF} = {C242D3F0-DE85-4A8B-8C6D-0616F3DCC00E}
{4CE304DC-6941-4FE1-AAFA-4E59B86C1081} = {C242D3F0-DE85-4A8B-8C6D-0616F3DCC00E}
{BAE93052-0848-4DD8-879F-597092DF8D48} = {3380D17E-DA78-4A30-ABD2-198BA09A0FD8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4ABC06D-7DDE-49FB-BDDD-0C5643EF6354}
EndGlobalSection
EndGlobal