-
Notifications
You must be signed in to change notification settings - Fork 20
/
APIGatewayOcelot.sln
37 lines (37 loc) · 2.02 KB
/
APIGatewayOcelot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIGatewayOcelot", "APIGatewayOcelot\APIGatewayOcelot.csproj", "{CD97C901-C280-462D-91F1-7C3B5F7E0D77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValuesAPI", "TestAPI\ValuesAPI.csproj", "{EAC1EF80-ECDB-4616-854F-76EBBC0C36EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServer", "AuthServer\AuthServer.csproj", "{EDB6BA51-771A-492E-8024-A3DDF5883FAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD97C901-C280-462D-91F1-7C3B5F7E0D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD97C901-C280-462D-91F1-7C3B5F7E0D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD97C901-C280-462D-91F1-7C3B5F7E0D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD97C901-C280-462D-91F1-7C3B5F7E0D77}.Release|Any CPU.Build.0 = Release|Any CPU
{EAC1EF80-ECDB-4616-854F-76EBBC0C36EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAC1EF80-ECDB-4616-854F-76EBBC0C36EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAC1EF80-ECDB-4616-854F-76EBBC0C36EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAC1EF80-ECDB-4616-854F-76EBBC0C36EF}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB6BA51-771A-492E-8024-A3DDF5883FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB6BA51-771A-492E-8024-A3DDF5883FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB6BA51-771A-492E-8024-A3DDF5883FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB6BA51-771A-492E-8024-A3DDF5883FAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3F721CD-A47B-46A9-BD3A-E2371F9CF9F1}
EndGlobalSection
EndGlobal