-
Notifications
You must be signed in to change notification settings - Fork 54
/
Microservice.WebApi.sln
43 lines (43 loc) · 2.45 KB
/
Microservice.WebApi.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 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Customer.Microservice", "Customer.Microservice\Customer.Microservice.csproj", "{027C0464-DA8E-48C8-8F2A-69DD62C11D9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Product.Microservice", "Product.Microservice\Product.Microservice.csproj", "{FC9DFF99-990D-4FCD-8DBE-755014666B98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gateway.WebApi", "Gateway.WebApi\Gateway.WebApi.csproj", "{344168F9-2C61-4B23-A098-92A58D451369}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microservices", "Microservices", "{C14666A9-184B-46DD-B32F-30D9A69E4FA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{027C0464-DA8E-48C8-8F2A-69DD62C11D9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{027C0464-DA8E-48C8-8F2A-69DD62C11D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{027C0464-DA8E-48C8-8F2A-69DD62C11D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{027C0464-DA8E-48C8-8F2A-69DD62C11D9D}.Release|Any CPU.Build.0 = Release|Any CPU
{FC9DFF99-990D-4FCD-8DBE-755014666B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC9DFF99-990D-4FCD-8DBE-755014666B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC9DFF99-990D-4FCD-8DBE-755014666B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9DFF99-990D-4FCD-8DBE-755014666B98}.Release|Any CPU.Build.0 = Release|Any CPU
{344168F9-2C61-4B23-A098-92A58D451369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{344168F9-2C61-4B23-A098-92A58D451369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{344168F9-2C61-4B23-A098-92A58D451369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{344168F9-2C61-4B23-A098-92A58D451369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{027C0464-DA8E-48C8-8F2A-69DD62C11D9D} = {C14666A9-184B-46DD-B32F-30D9A69E4FA1}
{FC9DFF99-990D-4FCD-8DBE-755014666B98} = {C14666A9-184B-46DD-B32F-30D9A69E4FA1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01E9333D-C860-4DAE-93B3-911359E3738A}
EndGlobalSection
EndGlobal