-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microservice.sln
43 lines (43 loc) · 2.5 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService", "OrderService\OrderService.csproj", "{594D4E41-44D3-4840-A30B-38FCD3855771}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductService", "ProductService\ProductService.csproj", "{A5C28946-5272-4B9A-9F78-86502BB849A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiGateway", "ApiGateway\ApiGateway.csproj", "{76977D8F-C1D1-4109-8513-FD095348E559}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Response", "Models\Response.csproj", "{AA493998-E52F-4C34-BC62-AF9067DB9F07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{594D4E41-44D3-4840-A30B-38FCD3855771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{594D4E41-44D3-4840-A30B-38FCD3855771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{594D4E41-44D3-4840-A30B-38FCD3855771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{594D4E41-44D3-4840-A30B-38FCD3855771}.Release|Any CPU.Build.0 = Release|Any CPU
{A5C28946-5272-4B9A-9F78-86502BB849A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5C28946-5272-4B9A-9F78-86502BB849A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5C28946-5272-4B9A-9F78-86502BB849A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5C28946-5272-4B9A-9F78-86502BB849A3}.Release|Any CPU.Build.0 = Release|Any CPU
{76977D8F-C1D1-4109-8513-FD095348E559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76977D8F-C1D1-4109-8513-FD095348E559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76977D8F-C1D1-4109-8513-FD095348E559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76977D8F-C1D1-4109-8513-FD095348E559}.Release|Any CPU.Build.0 = Release|Any CPU
{AA493998-E52F-4C34-BC62-AF9067DB9F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA493998-E52F-4C34-BC62-AF9067DB9F07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA493998-E52F-4C34-BC62-AF9067DB9F07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA493998-E52F-4C34-BC62-AF9067DB9F07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3C29B8E-D9F2-4107-B521-58AC2C466C45}
EndGlobalSection
EndGlobal