-
Notifications
You must be signed in to change notification settings - Fork 4
/
JobQueue.sln
49 lines (49 loc) · 3.08 KB
/
JobQueue.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 Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JobQueue.ProducerService", "JobQueue.ProducerService\JobQueue.ProducerService.csproj", "{A5936AEE-8D97-4506-BB25-B71EA66C0565}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JobQueue.ConsumerService", "JobQueue.ConsumerService\JobQueue.ConsumerService.csproj", "{D65B9892-0E77-4D72-BC2D-ACC80B548CC0}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{CF99D296-7E94-48C9-962C-A1D71620DB65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobQueue.WorkerService", "JobQueue.WorkerService\JobQueue.WorkerService.csproj", "{78629587-7459-4CB9-942C-55C73DF15523}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobQueue.Shared", "JobQueue.Shared\JobQueue.Shared.csproj", "{791364C9-CBF4-4D15-9C42-9DC91960DD5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5936AEE-8D97-4506-BB25-B71EA66C0565}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5936AEE-8D97-4506-BB25-B71EA66C0565}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5936AEE-8D97-4506-BB25-B71EA66C0565}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5936AEE-8D97-4506-BB25-B71EA66C0565}.Release|Any CPU.Build.0 = Release|Any CPU
{D65B9892-0E77-4D72-BC2D-ACC80B548CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D65B9892-0E77-4D72-BC2D-ACC80B548CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D65B9892-0E77-4D72-BC2D-ACC80B548CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D65B9892-0E77-4D72-BC2D-ACC80B548CC0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF99D296-7E94-48C9-962C-A1D71620DB65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF99D296-7E94-48C9-962C-A1D71620DB65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF99D296-7E94-48C9-962C-A1D71620DB65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF99D296-7E94-48C9-962C-A1D71620DB65}.Release|Any CPU.Build.0 = Release|Any CPU
{78629587-7459-4CB9-942C-55C73DF15523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78629587-7459-4CB9-942C-55C73DF15523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78629587-7459-4CB9-942C-55C73DF15523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78629587-7459-4CB9-942C-55C73DF15523}.Release|Any CPU.Build.0 = Release|Any CPU
{791364C9-CBF4-4D15-9C42-9DC91960DD5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{791364C9-CBF4-4D15-9C42-9DC91960DD5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{791364C9-CBF4-4D15-9C42-9DC91960DD5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{791364C9-CBF4-4D15-9C42-9DC91960DD5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C5E5774-1E21-42D0-992E-A833AB4B6BDD}
EndGlobalSection
EndGlobal