-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brokers.sln
60 lines (60 loc) · 3.72 KB
/
Brokers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Brokers.DAL", "Brokers.DAL\Brokers.DAL.csproj", "{9F07E686-8D72-41EB-B2BD-EA235B0DB508}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consumer.Console", "Consumer.Console\Consumer.Console.csproj", "{05AE9955-3854-40CE-B10F-75AA6EF905E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consumer.Service", "Consumer.Service\Consumer.Service.csproj", "{F444570F-5021-4C81-95B4-C3EC3763F068}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Producer.Console", "Producer.Console\Producer.Console.csproj", "{D6751DBA-3FF1-49AC-9132-3A43259D9CF4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessagesAPI", "MessagesAPI\MessagesAPI.csproj", "{7416678E-B9DC-4093-9E4F-ACE2A9A7E572}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5C4749A-182C-473C-AF9F-E231AB21F584}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMessagesAPI", "TestMessagesAPI\TestMessagesAPI.csproj", "{9F822DBE-1C9F-4C01-85CD-92895B507503}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F07E686-8D72-41EB-B2BD-EA235B0DB508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F07E686-8D72-41EB-B2BD-EA235B0DB508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F07E686-8D72-41EB-B2BD-EA235B0DB508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F07E686-8D72-41EB-B2BD-EA235B0DB508}.Release|Any CPU.Build.0 = Release|Any CPU
{05AE9955-3854-40CE-B10F-75AA6EF905E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05AE9955-3854-40CE-B10F-75AA6EF905E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05AE9955-3854-40CE-B10F-75AA6EF905E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05AE9955-3854-40CE-B10F-75AA6EF905E7}.Release|Any CPU.Build.0 = Release|Any CPU
{F444570F-5021-4C81-95B4-C3EC3763F068}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F444570F-5021-4C81-95B4-C3EC3763F068}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F444570F-5021-4C81-95B4-C3EC3763F068}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F444570F-5021-4C81-95B4-C3EC3763F068}.Release|Any CPU.Build.0 = Release|Any CPU
{D6751DBA-3FF1-49AC-9132-3A43259D9CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6751DBA-3FF1-49AC-9132-3A43259D9CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6751DBA-3FF1-49AC-9132-3A43259D9CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6751DBA-3FF1-49AC-9132-3A43259D9CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{7416678E-B9DC-4093-9E4F-ACE2A9A7E572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7416678E-B9DC-4093-9E4F-ACE2A9A7E572}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7416678E-B9DC-4093-9E4F-ACE2A9A7E572}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7416678E-B9DC-4093-9E4F-ACE2A9A7E572}.Release|Any CPU.Build.0 = Release|Any CPU
{9F822DBE-1C9F-4C01-85CD-92895B507503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F822DBE-1C9F-4C01-85CD-92895B507503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F822DBE-1C9F-4C01-85CD-92895B507503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F822DBE-1C9F-4C01-85CD-92895B507503}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C38D8A5E-E360-46EB-8895-5D8990F4C813}
EndGlobalSection
EndGlobal