|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.0.31919.166 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gateway.API", "Gateway.API\Gateway.API.csproj", "{73784A6F-6335-4389-8719-E573F0080FD6}" |
| 7 | +EndProject |
| 8 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Products.API", "Products.API\Products.API.csproj", "{07B1BA94-C119-4114-823B-BE257A695F7F}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microservices", "Microservices", "{88707F7A-2C84-45B1-AACD-9C3690C67033}" |
| 11 | +EndProject |
| 12 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Customers.API", "Customers.API\Customers.API.csproj", "{4E77697B-B402-441A-A822-F732C9AAFA76}" |
| 13 | +EndProject |
| 14 | +Global |
| 15 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 16 | + Debug|Any CPU = Debug|Any CPU |
| 17 | + Release|Any CPU = Release|Any CPU |
| 18 | + EndGlobalSection |
| 19 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 20 | + {73784A6F-6335-4389-8719-E573F0080FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 21 | + {73784A6F-6335-4389-8719-E573F0080FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 22 | + {73784A6F-6335-4389-8719-E573F0080FD6}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 23 | + {73784A6F-6335-4389-8719-E573F0080FD6}.Release|Any CPU.Build.0 = Release|Any CPU |
| 24 | + {07B1BA94-C119-4114-823B-BE257A695F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 25 | + {07B1BA94-C119-4114-823B-BE257A695F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 26 | + {07B1BA94-C119-4114-823B-BE257A695F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {07B1BA94-C119-4114-823B-BE257A695F7F}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + {4E77697B-B402-441A-A822-F732C9AAFA76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {4E77697B-B402-441A-A822-F732C9AAFA76}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {4E77697B-B402-441A-A822-F732C9AAFA76}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {4E77697B-B402-441A-A822-F732C9AAFA76}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + EndGlobalSection |
| 33 | + GlobalSection(SolutionProperties) = preSolution |
| 34 | + HideSolutionNode = FALSE |
| 35 | + EndGlobalSection |
| 36 | + GlobalSection(NestedProjects) = preSolution |
| 37 | + {07B1BA94-C119-4114-823B-BE257A695F7F} = {88707F7A-2C84-45B1-AACD-9C3690C67033} |
| 38 | + {4E77697B-B402-441A-A822-F732C9AAFA76} = {88707F7A-2C84-45B1-AACD-9C3690C67033} |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 41 | + SolutionGuid = {12587228-5078-426B-94F6-DFCA4EFC3E7C} |
| 42 | + EndGlobalSection |
| 43 | +EndGlobal |
0 commit comments