-
Notifications
You must be signed in to change notification settings - Fork 17
/
Abp.RemoteEventBus.sln
40 lines (40 loc) · 2.87 KB
/
Abp.RemoteEventBus.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abp.RemoteEventBus", "src\Abp.RemoteEventBus\Abp.RemoteEventBus.csproj", "{5DB3A38F-FA87-4FF9-9B4D-2F842F111094}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abp.RemoteEventBus.Redis", "src\Abp.RemoteEventBus.Redis\Abp.RemoteEventBus.Redis.csproj", "{2D0E31A1-99C2-4250-9D54-02C00E336F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abp.RemoteEventBus.RabbitMQ", "src\Abp.RemoteEventBus.RabbitMQ\Abp.RemoteEventBus.RabbitMQ.csproj", "{E15D541B-BEDE-40FB-BB3C-CA428BC382B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abp.RemoteEventBus.Kafka", "src\Abp.RemoteEventBus.Kafka\Abp.RemoteEventBus.Kafka.csproj", "{2E7C756C-1EAC-4897-B242-D18491BF3D20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abp.RemoteEventBus.RabbitMQ.Test", "test\Abp.RemoteEventBus.RabbitMQ.Test\Abp.RemoteEventBus.RabbitMQ.Test.csproj", "{62B7829F-F3B4-43EF-9013-2D7B2DB1EF87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DB3A38F-FA87-4FF9-9B4D-2F842F111094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB3A38F-FA87-4FF9-9B4D-2F842F111094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB3A38F-FA87-4FF9-9B4D-2F842F111094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB3A38F-FA87-4FF9-9B4D-2F842F111094}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0E31A1-99C2-4250-9D54-02C00E336F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0E31A1-99C2-4250-9D54-02C00E336F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0E31A1-99C2-4250-9D54-02C00E336F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0E31A1-99C2-4250-9D54-02C00E336F21}.Release|Any CPU.Build.0 = Release|Any CPU
{E15D541B-BEDE-40FB-BB3C-CA428BC382B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E15D541B-BEDE-40FB-BB3C-CA428BC382B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E15D541B-BEDE-40FB-BB3C-CA428BC382B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E15D541B-BEDE-40FB-BB3C-CA428BC382B7}.Release|Any CPU.Build.0 = Release|Any CPU
{2E7C756C-1EAC-4897-B242-D18491BF3D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E7C756C-1EAC-4897-B242-D18491BF3D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E7C756C-1EAC-4897-B242-D18491BF3D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E7C756C-1EAC-4897-B242-D18491BF3D20}.Release|Any CPU.Build.0 = Release|Any CPU
{62B7829F-F3B4-43EF-9013-2D7B2DB1EF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B7829F-F3B4-43EF-9013-2D7B2DB1EF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B7829F-F3B4-43EF-9013-2D7B2DB1EF87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B7829F-F3B4-43EF-9013-2D7B2DB1EF87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal