-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMassTransitSample.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
Copy pathMassTransitSample.sln
File metadata and controls
43 lines (43 loc) · 2.59 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.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MassTransitSample.Web", "MassTransitSample.Web\MassTransitSample.Web.csproj", "{675106C5-64E2-487B-8A4E-3244BDE50424}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{793E0EEF-1100-40B1-9670-620FB5923852}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MassTransitSample.Domain", "MassTransitSample.Domain\MassTransitSample.Domain.csproj", "{AA79B9E0-BC6E-47FD-B5DF-319B4052351A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MassTransitSample.Cmd", "MassTransitSample.Cmd\MassTransitSample.Cmd.csproj", "{9BE2DAD3-EE88-4312-AC39-261DA5A945D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{675106C5-64E2-487B-8A4E-3244BDE50424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675106C5-64E2-487B-8A4E-3244BDE50424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675106C5-64E2-487B-8A4E-3244BDE50424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675106C5-64E2-487B-8A4E-3244BDE50424}.Release|Any CPU.Build.0 = Release|Any CPU
{793E0EEF-1100-40B1-9670-620FB5923852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793E0EEF-1100-40B1-9670-620FB5923852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793E0EEF-1100-40B1-9670-620FB5923852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793E0EEF-1100-40B1-9670-620FB5923852}.Release|Any CPU.Build.0 = Release|Any CPU
{AA79B9E0-BC6E-47FD-B5DF-319B4052351A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA79B9E0-BC6E-47FD-B5DF-319B4052351A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA79B9E0-BC6E-47FD-B5DF-319B4052351A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA79B9E0-BC6E-47FD-B5DF-319B4052351A}.Release|Any CPU.Build.0 = Release|Any CPU
{9BE2DAD3-EE88-4312-AC39-261DA5A945D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BE2DAD3-EE88-4312-AC39-261DA5A945D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BE2DAD3-EE88-4312-AC39-261DA5A945D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BE2DAD3-EE88-4312-AC39-261DA5A945D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A043F1FF-7B96-4B2F-8F7B-4DCA4AE35CB4}
EndGlobalSection
EndGlobal