-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsample-masstransit.sln
50 lines (50 loc) · 2.95 KB
/
sample-masstransit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Masstransit.WebApi", "src\Sample.Masstransit.WebApi\Sample.Masstransit.WebApi.csproj", "{D18E6806-877B-48DF-9850-1A8BDB0A7588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Masstransit.WebApi.Core", "src\Sample.Masstransit.WebApi.Core\Sample.Masstransit.WebApi.Core.csproj", "{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Worker", "Worker", "{3B3CD41F-929A-4F88-AA75-4C973E7C6C11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Masstransit.Worker", "src\Sample.Masstransit.Worker\Sample.Masstransit.Worker.csproj", "{D5193C0D-8629-48F7-9CC7-F0045B2A4845}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{46FA3A89-53AC-4DA8-9B7D-3975E2BEA71B}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D18E6806-877B-48DF-9850-1A8BDB0A7588} = {D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF} = {D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}
{D5193C0D-8629-48F7-9CC7-F0045B2A4845} = {3B3CD41F-929A-4F88-AA75-4C973E7C6C11}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {936ADEC0-3021-4463-864D-C56E61163304}
EndGlobalSection
EndGlobal