-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlog.Gateway.sln
42 lines (42 loc) · 2.31 KB
/
Blog.Gateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blog.Core.Common", "Blog.Core.Common\Blog.Core.Common.csproj", "{11D92E59-BE5F-4374-A728-A46CF46B0DEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ocelot.Provider.Nacos", "Ocelot.Provider.Nacos\Ocelot.Provider.Nacos.csproj", "{C6B14214-8026-441B-9E63-17ACF0C5D470}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案文件", "解决方案文件", "{ED41A2C6-D5B1-4C98-B556-FBF2C5ED1290}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blog.ApiGateway", "Blog.ApiGateway\Blog.ApiGateway.csproj", "{69D33660-E05F-42E9-89AA-66044832E773}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11D92E59-BE5F-4374-A728-A46CF46B0DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11D92E59-BE5F-4374-A728-A46CF46B0DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11D92E59-BE5F-4374-A728-A46CF46B0DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11D92E59-BE5F-4374-A728-A46CF46B0DEE}.Release|Any CPU.Build.0 = Release|Any CPU
{C6B14214-8026-441B-9E63-17ACF0C5D470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B14214-8026-441B-9E63-17ACF0C5D470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B14214-8026-441B-9E63-17ACF0C5D470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B14214-8026-441B-9E63-17ACF0C5D470}.Release|Any CPU.Build.0 = Release|Any CPU
{69D33660-E05F-42E9-89AA-66044832E773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D33660-E05F-42E9-89AA-66044832E773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D33660-E05F-42E9-89AA-66044832E773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D33660-E05F-42E9-89AA-66044832E773}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A233289D-AD3F-4BAA-96B7-0FC3EBDA8ADB}
EndGlobalSection
EndGlobal