-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotnetDockerComposeRabbitMQSample.sln
More file actions
43 lines (43 loc) · 2.38 KB
/
DotnetDockerComposeRabbitMQSample.sln
File metadata and controls
43 lines (43 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30310.162
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherServiceApi", "API1\WeatherServiceApi.csproj", "{3387A531-90A3-45C3-8D2A-58EC60178CA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{003F944E-3525-405F-9EF7-9C80830AAED3}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
DockerCompose.ps1 = DockerCompose.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherServiceApi.Message.Domain", "WeatherServiceApi.Message.Domain\WeatherServiceApi.Message.Domain.csproj", "{DD34B5E7-C03C-4849-BE32-4010C5125EA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.RabbitMq", "Api.RabbitMq\Api.RabbitMq.csproj", "{3F761785-19C4-4FE5-830F-24824830FB7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3387A531-90A3-45C3-8D2A-58EC60178CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3387A531-90A3-45C3-8D2A-58EC60178CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3387A531-90A3-45C3-8D2A-58EC60178CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3387A531-90A3-45C3-8D2A-58EC60178CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{DD34B5E7-C03C-4849-BE32-4010C5125EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD34B5E7-C03C-4849-BE32-4010C5125EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD34B5E7-C03C-4849-BE32-4010C5125EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD34B5E7-C03C-4849-BE32-4010C5125EA0}.Release|Any CPU.Build.0 = Release|Any CPU
{3F761785-19C4-4FE5-830F-24824830FB7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F761785-19C4-4FE5-830F-24824830FB7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F761785-19C4-4FE5-830F-24824830FB7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F761785-19C4-4FE5-830F-24824830FB7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC6C5560-B0D9-4A67-A35E-93D8CC368251}
EndGlobalSection
EndGlobal