-
Notifications
You must be signed in to change notification settings - Fork 1
/
GraphQLDemo.sln
42 lines (42 loc) · 2.18 KB
/
GraphQLDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{57BAE1BC-D418-4A95-B292-C0E9324B0A54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D57B72FA-A893-400C-AB2E-6919219A38D2}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQLDemo", "Source\GraphQLDemo\GraphQLDemo.csproj", "{36941087-72D0-4649-86F6-69AFDC1EC71B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQLDemo.IntegrationTest", "Tests\GraphQLDemo.IntegrationTest\GraphQLDemo.IntegrationTest.csproj", "{C76FD924-71ED-4A92-A891-D226C0724933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36941087-72D0-4649-86F6-69AFDC1EC71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36941087-72D0-4649-86F6-69AFDC1EC71B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36941087-72D0-4649-86F6-69AFDC1EC71B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36941087-72D0-4649-86F6-69AFDC1EC71B}.Release|Any CPU.Build.0 = Release|Any CPU
{C76FD924-71ED-4A92-A891-D226C0724933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C76FD924-71ED-4A92-A891-D226C0724933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C76FD924-71ED-4A92-A891-D226C0724933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C76FD924-71ED-4A92-A891-D226C0724933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{36941087-72D0-4649-86F6-69AFDC1EC71B} = {57BAE1BC-D418-4A95-B292-C0E9324B0A54}
{C76FD924-71ED-4A92-A891-D226C0724933} = {D57B72FA-A893-400C-AB2E-6919219A38D2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E464B40-8B3D-427D-BA61-053DB0B94967}
EndGlobalSection
EndGlobal