-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathYarpExample.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
YarpExample.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGateway", "ApiGateway\ApiGateway.csproj", "{703DE4EB-E611-4CD3-9A21-C8B791584670}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentApi", "StudentApi\StudentApi.csproj", "{B2B98189-C7FB-4F37-9040-73A99E97AC7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseApi", "CourseApi\CourseApi.csproj", "{5EB4AC07-098E-43CD-8836-AE4A216E645B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{703DE4EB-E611-4CD3-9A21-C8B791584670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{703DE4EB-E611-4CD3-9A21-C8B791584670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{703DE4EB-E611-4CD3-9A21-C8B791584670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{703DE4EB-E611-4CD3-9A21-C8B791584670}.Release|Any CPU.Build.0 = Release|Any CPU
{B2B98189-C7FB-4F37-9040-73A99E97AC7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2B98189-C7FB-4F37-9040-73A99E97AC7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2B98189-C7FB-4F37-9040-73A99E97AC7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2B98189-C7FB-4F37-9040-73A99E97AC7B}.Release|Any CPU.Build.0 = Release|Any CPU
{5EB4AC07-098E-43CD-8836-AE4A216E645B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EB4AC07-098E-43CD-8836-AE4A216E645B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EB4AC07-098E-43CD-8836-AE4A216E645B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EB4AC07-098E-43CD-8836-AE4A216E645B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {540A34EB-50E3-43DA-8F8C-DF1AF0551E35}
EndGlobalSection
EndGlobal