-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkQueues.sln
46 lines (46 loc) · 3.11 KB
/
WorkQueues.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Producer", "Producer\Producer.csproj", "{814524BE-F05B-4E63-A957-D7BDEADC5996}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messages", "Messages\Messages.csproj", "{42D09E7C-1D3B-4C50-9E86-5E1484E230A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleWorker", "ConsoleWorker\ConsoleWorker.csproj", "{80FC2B87-5D09-4D87-A5E8-7857C4C546FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreWorker", "AspNetCoreWorker\AspNetCoreWorker.csproj", "{3ED58224-EC34-4469-B3C0-53BCA3DB6F5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{171C27DB-E84E-4B7E-8249-3DE7DCDA4937}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elasticsearch", "Elasticsearch\Elasticsearch.csproj", "{37821206-4698-4B87-A2A0-35A0C6A81C52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{814524BE-F05B-4E63-A957-D7BDEADC5996}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{814524BE-F05B-4E63-A957-D7BDEADC5996}.Debug|Any CPU.Build.0 = Debug|Any CPU
{814524BE-F05B-4E63-A957-D7BDEADC5996}.Release|Any CPU.ActiveCfg = Release|Any CPU
{814524BE-F05B-4E63-A957-D7BDEADC5996}.Release|Any CPU.Build.0 = Release|Any CPU
{42D09E7C-1D3B-4C50-9E86-5E1484E230A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D09E7C-1D3B-4C50-9E86-5E1484E230A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D09E7C-1D3B-4C50-9E86-5E1484E230A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D09E7C-1D3B-4C50-9E86-5E1484E230A7}.Release|Any CPU.Build.0 = Release|Any CPU
{80FC2B87-5D09-4D87-A5E8-7857C4C546FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FC2B87-5D09-4D87-A5E8-7857C4C546FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FC2B87-5D09-4D87-A5E8-7857C4C546FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FC2B87-5D09-4D87-A5E8-7857C4C546FB}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED58224-EC34-4469-B3C0-53BCA3DB6F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED58224-EC34-4469-B3C0-53BCA3DB6F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED58224-EC34-4469-B3C0-53BCA3DB6F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED58224-EC34-4469-B3C0-53BCA3DB6F5F}.Release|Any CPU.Build.0 = Release|Any CPU
{171C27DB-E84E-4B7E-8249-3DE7DCDA4937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{171C27DB-E84E-4B7E-8249-3DE7DCDA4937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{171C27DB-E84E-4B7E-8249-3DE7DCDA4937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{171C27DB-E84E-4B7E-8249-3DE7DCDA4937}.Release|Any CPU.Build.0 = Release|Any CPU
{37821206-4698-4B87-A2A0-35A0C6A81C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37821206-4698-4B87-A2A0-35A0C6A81C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37821206-4698-4B87-A2A0-35A0C6A81C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37821206-4698-4B87-A2A0-35A0C6A81C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal