-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDream.Gateway.sln
43 lines (43 loc) · 2.61 KB
/
Dream.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dream.Gateway.Ocelot", "Dream.Gateway.Ocelot\Dream.Gateway.Ocelot.csproj", "{F017D679-E12C-4CF4-9875-3AF4FB1118DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dream.Gateway.Api1", "Dream.Gateway.Api1\Dream.Gateway.Api1.csproj", "{B6681D80-7068-4318-A7CA-791E7EFC55FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dream.Gateway.LoadBalancer", "Dream.Gateway.LoadBalancer\Dream.Gateway.LoadBalancer.csproj", "{853B53A4-EFEB-4916-AF48-BDEEBBF6FBFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dream.Gateway.YARP", "Dream.Gateway.YARP\Dream.Gateway.YARP.csproj", "{D7CA4817-293D-4715-98C2-6FAA4EB664C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F017D679-E12C-4CF4-9875-3AF4FB1118DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F017D679-E12C-4CF4-9875-3AF4FB1118DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F017D679-E12C-4CF4-9875-3AF4FB1118DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F017D679-E12C-4CF4-9875-3AF4FB1118DF}.Release|Any CPU.Build.0 = Release|Any CPU
{B6681D80-7068-4318-A7CA-791E7EFC55FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6681D80-7068-4318-A7CA-791E7EFC55FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6681D80-7068-4318-A7CA-791E7EFC55FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6681D80-7068-4318-A7CA-791E7EFC55FF}.Release|Any CPU.Build.0 = Release|Any CPU
{853B53A4-EFEB-4916-AF48-BDEEBBF6FBFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{853B53A4-EFEB-4916-AF48-BDEEBBF6FBFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{853B53A4-EFEB-4916-AF48-BDEEBBF6FBFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{853B53A4-EFEB-4916-AF48-BDEEBBF6FBFB}.Release|Any CPU.Build.0 = Release|Any CPU
{D7CA4817-293D-4715-98C2-6FAA4EB664C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7CA4817-293D-4715-98C2-6FAA4EB664C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7CA4817-293D-4715-98C2-6FAA4EB664C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7CA4817-293D-4715-98C2-6FAA4EB664C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71A2B24B-E0F0-463C-A0D7-9951DCECEB3B}
EndGlobalSection
EndGlobal