forked from fanliang11/surging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSurging.sln
116 lines (116 loc) · 8.78 KB
/
Surging.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Surging.Core.Common", "Surging.Core\Surging.Core.Common\Surging.Core.Common.csproj", "{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Surging.Core.System", "Surging.Core\Surging.Core.System\Surging.Core.System.csproj", "{FD8C861A-1534-4B53-946B-912F3B68C4DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Surging.Core", "Surging.Core", "{E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Web", "Surging.Web\Surging.Web.csproj", "{53549AA9-F3E5-4671-A616-2764DDDE1953}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Surging.Modules", "Surging.Modules", "{CAC2EAD5-5AC7-44A2-9705-F2D8D3012A6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Surging.Services", "Surging.Services", "{30ADB177-C82F-49A7-8FA7-C32996543C4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Surging.IModuleServices", "Surging.IModuleServices", "{F65BE227-30B5-4217-AEC8-AD7F96411702}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Core.Caching", "Surging.Core\Surging.Core.Caching\Surging.Core.Caching.csproj", "{88A39824-6367-4809-900A-C1E8BCC08B9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Core.DotNetty", "Surging.Core\Surging.Core.DotNetty\Surging.Core.DotNetty.csproj", "{38040915-5F97-4C51-9DFD-7D53EF544293}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Services.Server", "Surging.Services\Surging.Services.Server\Surging.Services.Server.csproj", "{38176595-3130-4FEC-BB07-CAFE775B681C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Services.Client", "Surging.Services\Surging.Services.Client\Surging.Services.Client.csproj", "{D326D7EF-7D4B-410C-B144-AEBB5E3E8852}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.IModuleServices.Common", "Surging.IModuleServices\Surging.IModuleServices.Common\Surging.IModuleServices.Common.csproj", "{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Modules.Common", "Surging.Modules\Surging.Modules.Common\Surging.Modules.Common.csproj", "{4DECDA1A-1014-4A4E-B60D-AD51314EEE63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Core.ProxyGenerator", "Surging.Core\Surging.Core.ProxyGenerator\Surging.Core.ProxyGenerator.csproj", "{E8EEF135-302C-444E-8557-5397C52133F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Surging.Core.Zookeeper", "Surging.Core\Surging.Core.Zookeeper\Surging.Core.Zookeeper.csproj", "{5368D0CE-6158-43A6-A2A0-03CB94775D8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Surging.Core.CPlatform", "Surging.Core\Surging.Core.CPlatform\Surging.Core.CPlatform.csproj", "{4D97446B-5E54-482C-ABAE-857577274B0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Surging.Core.EventBusRabbitMQ", "Surging.Core\Surging.Core.EventBusRabbitMQ\Surging.Core.EventBusRabbitMQ.csproj", "{EE2A8BC3-CA17-4C22-A873-19927BAFB009}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A}.Release|Any CPU.Build.0 = Release|Any CPU
{FD8C861A-1534-4B53-946B-912F3B68C4DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD8C861A-1534-4B53-946B-912F3B68C4DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD8C861A-1534-4B53-946B-912F3B68C4DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD8C861A-1534-4B53-946B-912F3B68C4DB}.Release|Any CPU.Build.0 = Release|Any CPU
{53549AA9-F3E5-4671-A616-2764DDDE1953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53549AA9-F3E5-4671-A616-2764DDDE1953}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53549AA9-F3E5-4671-A616-2764DDDE1953}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53549AA9-F3E5-4671-A616-2764DDDE1953}.Release|Any CPU.Build.0 = Release|Any CPU
{88A39824-6367-4809-900A-C1E8BCC08B9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88A39824-6367-4809-900A-C1E8BCC08B9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88A39824-6367-4809-900A-C1E8BCC08B9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88A39824-6367-4809-900A-C1E8BCC08B9D}.Release|Any CPU.Build.0 = Release|Any CPU
{38040915-5F97-4C51-9DFD-7D53EF544293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38040915-5F97-4C51-9DFD-7D53EF544293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38040915-5F97-4C51-9DFD-7D53EF544293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38040915-5F97-4C51-9DFD-7D53EF544293}.Release|Any CPU.Build.0 = Release|Any CPU
{38176595-3130-4FEC-BB07-CAFE775B681C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38176595-3130-4FEC-BB07-CAFE775B681C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38176595-3130-4FEC-BB07-CAFE775B681C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38176595-3130-4FEC-BB07-CAFE775B681C}.Release|Any CPU.Build.0 = Release|Any CPU
{D326D7EF-7D4B-410C-B144-AEBB5E3E8852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D326D7EF-7D4B-410C-B144-AEBB5E3E8852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D326D7EF-7D4B-410C-B144-AEBB5E3E8852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D326D7EF-7D4B-410C-B144-AEBB5E3E8852}.Release|Any CPU.Build.0 = Release|Any CPU
{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA}.Release|Any CPU.Build.0 = Release|Any CPU
{4DECDA1A-1014-4A4E-B60D-AD51314EEE63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DECDA1A-1014-4A4E-B60D-AD51314EEE63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DECDA1A-1014-4A4E-B60D-AD51314EEE63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DECDA1A-1014-4A4E-B60D-AD51314EEE63}.Release|Any CPU.Build.0 = Release|Any CPU
{E8EEF135-302C-444E-8557-5397C52133F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8EEF135-302C-444E-8557-5397C52133F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8EEF135-302C-444E-8557-5397C52133F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8EEF135-302C-444E-8557-5397C52133F0}.Release|Any CPU.Build.0 = Release|Any CPU
{5368D0CE-6158-43A6-A2A0-03CB94775D8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5368D0CE-6158-43A6-A2A0-03CB94775D8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5368D0CE-6158-43A6-A2A0-03CB94775D8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5368D0CE-6158-43A6-A2A0-03CB94775D8D}.Release|Any CPU.Build.0 = Release|Any CPU
{4D97446B-5E54-482C-ABAE-857577274B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D97446B-5E54-482C-ABAE-857577274B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D97446B-5E54-482C-ABAE-857577274B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D97446B-5E54-482C-ABAE-857577274B0B}.Release|Any CPU.Build.0 = Release|Any CPU
{EE2A8BC3-CA17-4C22-A873-19927BAFB009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE2A8BC3-CA17-4C22-A873-19927BAFB009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE2A8BC3-CA17-4C22-A873-19927BAFB009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE2A8BC3-CA17-4C22-A873-19927BAFB009}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F9B2DBAE-34D5-4CF0-9CBB-67A87580BB6A} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{FD8C861A-1534-4B53-946B-912F3B68C4DB} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{88A39824-6367-4809-900A-C1E8BCC08B9D} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{38040915-5F97-4C51-9DFD-7D53EF544293} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{38176595-3130-4FEC-BB07-CAFE775B681C} = {30ADB177-C82F-49A7-8FA7-C32996543C4A}
{D326D7EF-7D4B-410C-B144-AEBB5E3E8852} = {30ADB177-C82F-49A7-8FA7-C32996543C4A}
{D7EE7A21-8ADE-4D06-85BC-EF599F5A10AA} = {F65BE227-30B5-4217-AEC8-AD7F96411702}
{4DECDA1A-1014-4A4E-B60D-AD51314EEE63} = {CAC2EAD5-5AC7-44A2-9705-F2D8D3012A6F}
{E8EEF135-302C-444E-8557-5397C52133F0} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{5368D0CE-6158-43A6-A2A0-03CB94775D8D} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{4D97446B-5E54-482C-ABAE-857577274B0B} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
{EE2A8BC3-CA17-4C22-A873-19927BAFB009} = {E3ADE8DE-5F3A-4E76-B22F-2C9435AACA06}
EndGlobalSection
EndGlobal