-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgraphql.sln
61 lines (61 loc) · 3.26 KB
/
graphql.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
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "gateway", "gateway", "{9BBA13D2-9496-4AD4-9DC6-BDB00D8B6EA9}"
ProjectSection(SolutionItems) = preProject
gateway\.config\dotnet-tools.json = gateway\.config\dotnet-tools.json
gateway\Makefile = gateway\Makefile
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gateway", "gateway\src\Gateway\Gateway.csproj", "{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "subgraph-1", "subgraph-1", "{F08D2898-4EFB-498B-AD1B-1BB7E9FF153D}"
ProjectSection(SolutionItems) = preProject
subgraph-1\.config\dotnet-tools.json = subgraph-1\.config\dotnet-tools.json
subgraph-1\Makefile = subgraph-1\Makefile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "subgraph-2", "subgraph-2", "{C67A7629-F85B-42E0-8FBF-253F560F51FB}"
ProjectSection(SolutionItems) = preProject
subgraph-2\.config\dotnet-tools.json = subgraph-2\.config\dotnet-tools.json
subgraph-2\Makefile = subgraph-2\Makefile
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Users", "subgraph-1\src\Users\Users.csproj", "{DC402D13-71BC-4BF2-8FAE-F32D55D5620E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reviews", "subgraph-2\src\Reviews\Reviews.csproj", "{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{DC402D13-71BC-4BF2-8FAE-F32D55D5620E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC402D13-71BC-4BF2-8FAE-F32D55D5620E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC402D13-71BC-4BF2-8FAE-F32D55D5620E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC402D13-71BC-4BF2-8FAE-F32D55D5620E}.Release|Any CPU.Build.0 = Release|Any CPU
{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFAD45B0-18F7-4444-8C0A-2F3AE9A42E5C} = {9BBA13D2-9496-4AD4-9DC6-BDB00D8B6EA9}
{DC402D13-71BC-4BF2-8FAE-F32D55D5620E} = {F08D2898-4EFB-498B-AD1B-1BB7E9FF153D}
{B5DE07C3-51F0-4DB5-BC95-836E2C9893E6} = {C67A7629-F85B-42E0-8FBF-253F560F51FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CCE07CC-16A0-40D4-BA59-388F535580CF}
EndGlobalSection
EndGlobal