This repository was archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTwentyTwenty.MessageBus.Providers.sln
39 lines (39 loc) · 2.16 KB
/
TwentyTwenty.MessageBus.Providers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{06B2E7F1-D474-46D1-8356-9490F9E0605A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9424C3D8-B249-422A-9F1D-D60867AB3034}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TwentyTwenty.MessageBus.Providers", "src\TwentyTwenty.MessageBus.Providers\TwentyTwenty.MessageBus.Providers.xproj", "{7F57F3A5-49FE-4064-A702-F6792DB1A32E}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TwentyTwenty.MessageBus.Providers.MassTransit", "src\TwentyTwenty.MessageBus.Providers.MassTransit\TwentyTwenty.MessageBus.Providers.MassTransit.xproj", "{77F45FEB-6F1F-4F54-BC40-62C05687F98D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F57F3A5-49FE-4064-A702-F6792DB1A32E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F57F3A5-49FE-4064-A702-F6792DB1A32E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F57F3A5-49FE-4064-A702-F6792DB1A32E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F57F3A5-49FE-4064-A702-F6792DB1A32E}.Release|Any CPU.Build.0 = Release|Any CPU
{77F45FEB-6F1F-4F54-BC40-62C05687F98D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F45FEB-6F1F-4F54-BC40-62C05687F98D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F45FEB-6F1F-4F54-BC40-62C05687F98D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F45FEB-6F1F-4F54-BC40-62C05687F98D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7F57F3A5-49FE-4064-A702-F6792DB1A32E} = {06B2E7F1-D474-46D1-8356-9490F9E0605A}
{77F45FEB-6F1F-4F54-BC40-62C05687F98D} = {06B2E7F1-D474-46D1-8356-9490F9E0605A}
EndGlobalSection
EndGlobal