-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDyconit_Kafka.sln
79 lines (79 loc) · 5.22 KB
/
Dyconit_Kafka.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
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nodes", "nodes", "{780B9D09-3605-4C23-8199-81DBA144D3A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer", "nodes\C1\Consumer.csproj", "{94F567E9-4632-42C3-80EF-4B7B8A999E62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer (1)", "nodes\C2\Consumer.csproj", "{9A92BB28-701E-44B1-877E-27A2BB05B899}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer (2)", "nodes\C3\Consumer.csproj", "{DFB618EC-1407-4D6E-B5F4-E21B707A8B02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Consumer (3)", "nodes\C4\Consumer.csproj", "{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Manager", "nodes\M\Manager.csproj", "{857996F8-7877-47F1-97F7-F187023C29AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Producer", "nodes\P1\Producer.csproj", "{48913E8B-BC25-4C02-84CA-A312F58B57A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Producer (1)", "nodes\P2\Producer.csproj", "{21812D0D-0215-4FA4-B59F-BD439D550937}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Producer (2)", "nodes\P3\Producer.csproj", "{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94F567E9-4632-42C3-80EF-4B7B8A999E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F567E9-4632-42C3-80EF-4B7B8A999E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F567E9-4632-42C3-80EF-4B7B8A999E62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F567E9-4632-42C3-80EF-4B7B8A999E62}.Release|Any CPU.Build.0 = Release|Any CPU
{9A92BB28-701E-44B1-877E-27A2BB05B899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A92BB28-701E-44B1-877E-27A2BB05B899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A92BB28-701E-44B1-877E-27A2BB05B899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A92BB28-701E-44B1-877E-27A2BB05B899}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB618EC-1407-4D6E-B5F4-E21B707A8B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB618EC-1407-4D6E-B5F4-E21B707A8B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB618EC-1407-4D6E-B5F4-E21B707A8B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB618EC-1407-4D6E-B5F4-E21B707A8B02}.Release|Any CPU.Build.0 = Release|Any CPU
{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58}.Release|Any CPU.Build.0 = Release|Any CPU
{857996F8-7877-47F1-97F7-F187023C29AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{857996F8-7877-47F1-97F7-F187023C29AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{857996F8-7877-47F1-97F7-F187023C29AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{857996F8-7877-47F1-97F7-F187023C29AE}.Release|Any CPU.Build.0 = Release|Any CPU
{48913E8B-BC25-4C02-84CA-A312F58B57A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48913E8B-BC25-4C02-84CA-A312F58B57A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48913E8B-BC25-4C02-84CA-A312F58B57A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48913E8B-BC25-4C02-84CA-A312F58B57A1}.Release|Any CPU.Build.0 = Release|Any CPU
{21812D0D-0215-4FA4-B59F-BD439D550937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21812D0D-0215-4FA4-B59F-BD439D550937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21812D0D-0215-4FA4-B59F-BD439D550937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21812D0D-0215-4FA4-B59F-BD439D550937}.Release|Any CPU.Build.0 = Release|Any CPU
{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{94F567E9-4632-42C3-80EF-4B7B8A999E62} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{9A92BB28-701E-44B1-877E-27A2BB05B899} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{DFB618EC-1407-4D6E-B5F4-E21B707A8B02} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{2D049DCF-07D8-40DB-8EE4-E594DD8EDB58} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{857996F8-7877-47F1-97F7-F187023C29AE} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{48913E8B-BC25-4C02-84CA-A312F58B57A1} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{21812D0D-0215-4FA4-B59F-BD439D550937} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
{86AB9F1B-4341-4F19-BD0B-C8E2B38191C6} = {780B9D09-3605-4C23-8199-81DBA144D3A1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDB714A1-8F11-4FBD-91D4-F63AA113BA5C}
EndGlobalSection
EndGlobal