-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmicroservices-dotnetcore-apigateway.sln
56 lines (56 loc) · 3.24 KB
/
microservices-dotnetcore-apigateway.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
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C6407F0F-4554-460C-90BC-5567DD33C6D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Product.Microservice", "src\microservices\Product.Microservice\Product.Microservice.csproj", "{CDA2FF82-A825-4A56-AC94-BC7D05E2E406}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "microservices", "microservices", "{68EC94F2-2381-43E6-83A2-16579B5F5452}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Customer.Microservice", "src\microservices\Customer.Microservice\Customer.Microservice.csproj", "{1D042C27-F5DB-45A5-8710-807BF53B8C65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway.WebApi", "src\apigateway\Gateway.WebApi\Gateway.WebApi.csproj", "{D514A26E-5B73-4A04-8C38-4BB4782F8495}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apigateway", "apigateway", "{689BB542-9F6A-4434-ADF8-0A7AA87CAF2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E200C8C-9DD5-4CA0-968B-D8500ABB5706}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDA2FF82-A825-4A56-AC94-BC7D05E2E406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDA2FF82-A825-4A56-AC94-BC7D05E2E406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDA2FF82-A825-4A56-AC94-BC7D05E2E406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDA2FF82-A825-4A56-AC94-BC7D05E2E406}.Release|Any CPU.Build.0 = Release|Any CPU
{1D042C27-F5DB-45A5-8710-807BF53B8C65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D042C27-F5DB-45A5-8710-807BF53B8C65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D042C27-F5DB-45A5-8710-807BF53B8C65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D042C27-F5DB-45A5-8710-807BF53B8C65}.Release|Any CPU.Build.0 = Release|Any CPU
{D514A26E-5B73-4A04-8C38-4BB4782F8495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D514A26E-5B73-4A04-8C38-4BB4782F8495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D514A26E-5B73-4A04-8C38-4BB4782F8495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D514A26E-5B73-4A04-8C38-4BB4782F8495}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDA2FF82-A825-4A56-AC94-BC7D05E2E406} = {68EC94F2-2381-43E6-83A2-16579B5F5452}
{68EC94F2-2381-43E6-83A2-16579B5F5452} = {C6407F0F-4554-460C-90BC-5567DD33C6D3}
{1D042C27-F5DB-45A5-8710-807BF53B8C65} = {68EC94F2-2381-43E6-83A2-16579B5F5452}
{D514A26E-5B73-4A04-8C38-4BB4782F8495} = {689BB542-9F6A-4434-ADF8-0A7AA87CAF2C}
{689BB542-9F6A-4434-ADF8-0A7AA87CAF2C} = {C6407F0F-4554-460C-90BC-5567DD33C6D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0E55FAF-5950-477F-B6E6-F75A89E2EBA9}
EndGlobalSection
EndGlobal