-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetcool.EventBus.sln
More file actions
56 lines (56 loc) · 3.5 KB
/
Netcool.EventBus.sln
File metadata and controls
56 lines (56 loc) · 3.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netcool.EventBus", "src\Netcool.EventBus\Netcool.EventBus.csproj", "{A6D01565-DC9E-4045-8257-A708EFA58E39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netcool.EventBus.Example", "samples\Netcool.EventBus.Example\Netcool.EventBus.Example.csproj", "{DCFB1FD2-1480-44CB-A16A-5B6DF0303C29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netcore.EventBus.Test", "tests\Netcore.EventBus.Test\Netcore.EventBus.Test.csproj", "{D20B3BE9-CF27-4B17-81E5-F10ECB4057EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F514546-55DA-4284-9FD5-60040453229A}"
ProjectSection(SolutionItems) = preProject
build\version.props = build\version.props
build\version.mqtt.props = build\version.mqtt.props
build\version.rabbitmq.props = build\version.rabbitmq.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netcool.EventBus.Mqtt", "src\Netcool.EventBus.Mqtt\Netcool.EventBus.Mqtt.csproj", "{1328A0B1-4E8D-4477-AD46-845088B23C20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netcool.EventBus.RabbitMq", "src\Netcool.EventBus.RabbitMq\Netcool.EventBus.RabbitMq.csproj", "{AD9E6DD1-DC7D-4490-9ED7-CD6BB0A0758C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6D01565-DC9E-4045-8257-A708EFA58E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6D01565-DC9E-4045-8257-A708EFA58E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6D01565-DC9E-4045-8257-A708EFA58E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6D01565-DC9E-4045-8257-A708EFA58E39}.Release|Any CPU.Build.0 = Release|Any CPU
{DCFB1FD2-1480-44CB-A16A-5B6DF0303C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCFB1FD2-1480-44CB-A16A-5B6DF0303C29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCFB1FD2-1480-44CB-A16A-5B6DF0303C29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCFB1FD2-1480-44CB-A16A-5B6DF0303C29}.Release|Any CPU.Build.0 = Release|Any CPU
{D20B3BE9-CF27-4B17-81E5-F10ECB4057EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D20B3BE9-CF27-4B17-81E5-F10ECB4057EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D20B3BE9-CF27-4B17-81E5-F10ECB4057EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D20B3BE9-CF27-4B17-81E5-F10ECB4057EE}.Release|Any CPU.Build.0 = Release|Any CPU
{1328A0B1-4E8D-4477-AD46-845088B23C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1328A0B1-4E8D-4477-AD46-845088B23C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1328A0B1-4E8D-4477-AD46-845088B23C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1328A0B1-4E8D-4477-AD46-845088B23C20}.Release|Any CPU.Build.0 = Release|Any CPU
{AD9E6DD1-DC7D-4490-9ED7-CD6BB0A0758C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD9E6DD1-DC7D-4490-9ED7-CD6BB0A0758C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD9E6DD1-DC7D-4490-9ED7-CD6BB0A0758C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD9E6DD1-DC7D-4490-9ED7-CD6BB0A0758C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69426550-4E43-4E26-A08A-42FEDCA22470}
EndGlobalSection
EndGlobal