-
Notifications
You must be signed in to change notification settings - Fork 6
/
Api.GateWay.sln
43 lines (43 loc) · 2.54 KB
/
Api.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 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.GateWay", "Api.GateWay\Api.GateWay.csproj", "{86F22093-BBB0-486D-8AC8-F9F6BFB64A0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.Policy", "Api.Policy\Api.Policy.csproj", "{12CF2010-3DE9-45EC-8236-21C60F63A591}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.Policy.Redis", "Api.Policy.Redis\Api.Policy.Redis.csproj", "{4560D17E-0DD9-45C6-88D8-A647845220CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api.Policy.HttpRequest", "Api.Policy.HttpRequest\Api.Policy.HttpRequest.csproj", "{50196724-DFF4-4BEA-A908-FD0FE98B884A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86F22093-BBB0-486D-8AC8-F9F6BFB64A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86F22093-BBB0-486D-8AC8-F9F6BFB64A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86F22093-BBB0-486D-8AC8-F9F6BFB64A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86F22093-BBB0-486D-8AC8-F9F6BFB64A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{12CF2010-3DE9-45EC-8236-21C60F63A591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12CF2010-3DE9-45EC-8236-21C60F63A591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12CF2010-3DE9-45EC-8236-21C60F63A591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12CF2010-3DE9-45EC-8236-21C60F63A591}.Release|Any CPU.Build.0 = Release|Any CPU
{4560D17E-0DD9-45C6-88D8-A647845220CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4560D17E-0DD9-45C6-88D8-A647845220CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4560D17E-0DD9-45C6-88D8-A647845220CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4560D17E-0DD9-45C6-88D8-A647845220CA}.Release|Any CPU.Build.0 = Release|Any CPU
{50196724-DFF4-4BEA-A908-FD0FE98B884A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50196724-DFF4-4BEA-A908-FD0FE98B884A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50196724-DFF4-4BEA-A908-FD0FE98B884A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50196724-DFF4-4BEA-A908-FD0FE98B884A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A448CE10-FF63-45DA-AA9B-4821238C71AE}
EndGlobalSection
EndGlobal