-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathApiGateway.sln
53 lines (53 loc) · 3.15 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5DCCADAE-30F1-4E8D-A068-58530AD54133}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8A88E3D-DC08-4DC3-9FA1-989E2EC39B21}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApiGateway", "src\ApiGateway\ApiGateway.xproj", "{22694A08-8B29-4285-9615-E45EB0F0F428}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApiGateway.Repository", "src\ApiGateway.Repository\ApiGateway.Repository.xproj", "{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApiGateway.Core", "src\ApiGateway.Core\ApiGateway.Core.xproj", "{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ApiGateway.Domain", "src\ApiGateway.Domain\ApiGateway.Domain.xproj", "{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22694A08-8B29-4285-9615-E45EB0F0F428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22694A08-8B29-4285-9615-E45EB0F0F428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22694A08-8B29-4285-9615-E45EB0F0F428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22694A08-8B29-4285-9615-E45EB0F0F428}.Release|Any CPU.Build.0 = Release|Any CPU
{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09}.Release|Any CPU.Build.0 = Release|Any CPU
{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6}.Release|Any CPU.Build.0 = Release|Any CPU
{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{22694A08-8B29-4285-9615-E45EB0F0F428} = {5DCCADAE-30F1-4E8D-A068-58530AD54133}
{8513A7CC-6CA5-4E51-9C97-A194C7BDDB09} = {5DCCADAE-30F1-4E8D-A068-58530AD54133}
{B2C0B24D-D28A-4F9B-AF5F-D80CC0EC32F6} = {5DCCADAE-30F1-4E8D-A068-58530AD54133}
{A6779F19-A2DD-4DD6-8DCB-BF635B841FF0} = {5DCCADAE-30F1-4E8D-A068-58530AD54133}
EndGlobalSection
EndGlobal