-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAspNetCoreGraphQL.sln
More file actions
37 lines (37 loc) · 2.11 KB
/
AspNetCoreGraphQL.sln
File metadata and controls
37 lines (37 loc) · 2.11 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreGraphQL.GraphQLApi", "AspNetCoreGraphQL.GraphQLApi\AspNetCoreGraphQL.GraphQLApi.csproj", "{5CD4DC16-8970-4A41-BA77-C80880AD7C13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreGraphQL.ReactUI", "AspNetCoreGraphQL.ReactUI\AspNetCoreGraphQL.ReactUI.csproj", "{C1DC1064-4292-498B-B5B4-C68581E06745}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{EE01F8A6-51B0-43E1-9A0C-7A7C62661A2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CD4DC16-8970-4A41-BA77-C80880AD7C13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CD4DC16-8970-4A41-BA77-C80880AD7C13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CD4DC16-8970-4A41-BA77-C80880AD7C13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CD4DC16-8970-4A41-BA77-C80880AD7C13}.Release|Any CPU.Build.0 = Release|Any CPU
{C1DC1064-4292-498B-B5B4-C68581E06745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1DC1064-4292-498B-B5B4-C68581E06745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1DC1064-4292-498B-B5B4-C68581E06745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1DC1064-4292-498B-B5B4-C68581E06745}.Release|Any CPU.Build.0 = Release|Any CPU
{EE01F8A6-51B0-43E1-9A0C-7A7C62661A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE01F8A6-51B0-43E1-9A0C-7A7C62661A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE01F8A6-51B0-43E1-9A0C-7A7C62661A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE01F8A6-51B0-43E1-9A0C-7A7C62661A2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C706009-3968-4A68-82B0-7A158C383F94}
EndGlobalSection
EndGlobal