-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathIvony.Http.Pipeline.sln
More file actions
61 lines (61 loc) · 4.07 KB
/
Ivony.Http.Pipeline.sln
File metadata and controls
61 lines (61 loc) · 4.07 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
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ivony.Http.Pipeline", "Ivony.Http.Pipeline\Ivony.Http.Pipeline.csproj", "{719FF47B-C156-4F2A-A89C-DA1272CD50A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ivony.Http.Pipeline.Test", "Ivony.Http.Pipeline.Test\Ivony.Http.Pipeline.Test.csproj", "{9A1263BB-2814-47FD-B9A0-CD522CFA80B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGateway", "ApiGateway\ApiGateway.csproj", "{978F28A1-8C98-475F-86B2-42D5E8388E58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGateway.Test", "ApiGateway.Test\ApiGateway.Test.csproj", "{894BA84E-F0A4-4FA1-9064-EF5059474B9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ivony.Http.Pipeline.Tunnel", "Ivony.Http.Pipeline.Tunnel\Ivony.Http.Pipeline.Tunnel.csproj", "{EB1D8533-FD74-4650-9BAE-F4D1FA62D496}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ivony.Http.Pipeline.AspNetCore", "Ivony.Http.Pipeline.AspNetCore\Ivony.Http.Pipeline.AspNetCore.csproj", "{8435E86A-E656-44F7-A605-82A739592CCB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForwardProxy", "ForwardProxy\ForwardProxy.csproj", "{D4F6A1FE-69E1-4995-936B-E2B5BD40D14F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{719FF47B-C156-4F2A-A89C-DA1272CD50A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719FF47B-C156-4F2A-A89C-DA1272CD50A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719FF47B-C156-4F2A-A89C-DA1272CD50A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719FF47B-C156-4F2A-A89C-DA1272CD50A4}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1263BB-2814-47FD-B9A0-CD522CFA80B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1263BB-2814-47FD-B9A0-CD522CFA80B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1263BB-2814-47FD-B9A0-CD522CFA80B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1263BB-2814-47FD-B9A0-CD522CFA80B3}.Release|Any CPU.Build.0 = Release|Any CPU
{978F28A1-8C98-475F-86B2-42D5E8388E58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{978F28A1-8C98-475F-86B2-42D5E8388E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{978F28A1-8C98-475F-86B2-42D5E8388E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{978F28A1-8C98-475F-86B2-42D5E8388E58}.Release|Any CPU.Build.0 = Release|Any CPU
{894BA84E-F0A4-4FA1-9064-EF5059474B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{894BA84E-F0A4-4FA1-9064-EF5059474B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{894BA84E-F0A4-4FA1-9064-EF5059474B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{894BA84E-F0A4-4FA1-9064-EF5059474B9F}.Release|Any CPU.Build.0 = Release|Any CPU
{EB1D8533-FD74-4650-9BAE-F4D1FA62D496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB1D8533-FD74-4650-9BAE-F4D1FA62D496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB1D8533-FD74-4650-9BAE-F4D1FA62D496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB1D8533-FD74-4650-9BAE-F4D1FA62D496}.Release|Any CPU.Build.0 = Release|Any CPU
{8435E86A-E656-44F7-A605-82A739592CCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8435E86A-E656-44F7-A605-82A739592CCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8435E86A-E656-44F7-A605-82A739592CCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8435E86A-E656-44F7-A605-82A739592CCB}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F6A1FE-69E1-4995-936B-E2B5BD40D14F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F6A1FE-69E1-4995-936B-E2B5BD40D14F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F6A1FE-69E1-4995-936B-E2B5BD40D14F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F6A1FE-69E1-4995-936B-E2B5BD40D14F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50EB8304-5E9F-4A51-9AC4-0512732AC077}
EndGlobalSection
EndGlobal