-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-microservice.sln
49 lines (49 loc) · 2.97 KB
/
sample-microservice.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API_1", "API_1\API_1.csproj", "{CB37C118-8A87-490F-8962-15E5A06EB7FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API_2", "API_2\API_2.csproj", "{BE68FCDC-8AD8-4481-A824-8E6864A17929}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGateway", "ApiGateway\ApiGateway.csproj", "{9803BE3C-D126-4F26-AA82-83C3D18D71CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer4Center", "IdentityServer4Center\IdentityServer4Center.csproj", "{670CA8C7-89CA-437F-B448-F63D17C8FC61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service.Helper", "Service.Helper\Service.Helper.csproj", "{6369D308-4916-47CE-A6DE-E7FA3F68C662}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB37C118-8A87-490F-8962-15E5A06EB7FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB37C118-8A87-490F-8962-15E5A06EB7FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB37C118-8A87-490F-8962-15E5A06EB7FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB37C118-8A87-490F-8962-15E5A06EB7FB}.Release|Any CPU.Build.0 = Release|Any CPU
{BE68FCDC-8AD8-4481-A824-8E6864A17929}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE68FCDC-8AD8-4481-A824-8E6864A17929}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE68FCDC-8AD8-4481-A824-8E6864A17929}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE68FCDC-8AD8-4481-A824-8E6864A17929}.Release|Any CPU.Build.0 = Release|Any CPU
{9803BE3C-D126-4F26-AA82-83C3D18D71CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9803BE3C-D126-4F26-AA82-83C3D18D71CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9803BE3C-D126-4F26-AA82-83C3D18D71CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9803BE3C-D126-4F26-AA82-83C3D18D71CE}.Release|Any CPU.Build.0 = Release|Any CPU
{670CA8C7-89CA-437F-B448-F63D17C8FC61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670CA8C7-89CA-437F-B448-F63D17C8FC61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670CA8C7-89CA-437F-B448-F63D17C8FC61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670CA8C7-89CA-437F-B448-F63D17C8FC61}.Release|Any CPU.Build.0 = Release|Any CPU
{6369D308-4916-47CE-A6DE-E7FA3F68C662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6369D308-4916-47CE-A6DE-E7FA3F68C662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6369D308-4916-47CE-A6DE-E7FA3F68C662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6369D308-4916-47CE-A6DE-E7FA3F68C662}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6AE30A0-593A-47CE-98B3-E2A53CA65E22}
EndGlobalSection
EndGlobal