|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.31605.320 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{811390A2-7C82-4B98-8ADF-8D6CC71A664F}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{3E1286D4-8304-4487-8529-93ACE3B8BC01}" |
| 9 | + ProjectSection(SolutionItems) = preProject |
| 10 | + .gitignore = .gitignore |
| 11 | + .travis.yml = .travis.yml |
| 12 | + LICENSE = LICENSE |
| 13 | + README.md = README.md |
| 14 | + EndProjectSection |
| 15 | +EndProject |
| 16 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Tool.Embedded", "src\GraphQL.Tool.Embedded\GraphQL.Tool.Embedded.csproj", "{2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F}" |
| 17 | +EndProject |
| 18 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{ADD06312-F49E-4139-A83C-084E79060BAC}" |
| 19 | +EndProject |
| 20 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.Server", "example\GraphQL.Server\GraphQL.Server.csproj", "{D4CDF859-E269-4335-A65F-EAD41250B095}" |
| 21 | +EndProject |
| 22 | +Global |
| 23 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 24 | + Debug|Any CPU = Debug|Any CPU |
| 25 | + Release|Any CPU = Release|Any CPU |
| 26 | + EndGlobalSection |
| 27 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 28 | + {2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {D4CDF859-E269-4335-A65F-EAD41250B095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {D4CDF859-E269-4335-A65F-EAD41250B095}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {D4CDF859-E269-4335-A65F-EAD41250B095}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {D4CDF859-E269-4335-A65F-EAD41250B095}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(SolutionProperties) = preSolution |
| 38 | + HideSolutionNode = FALSE |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(NestedProjects) = preSolution |
| 41 | + {2FD01E5E-EE7A-44EF-BC2D-E159DE0AED2F} = {811390A2-7C82-4B98-8ADF-8D6CC71A664F} |
| 42 | + {D4CDF859-E269-4335-A65F-EAD41250B095} = {ADD06312-F49E-4139-A83C-084E79060BAC} |
| 43 | + EndGlobalSection |
| 44 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 45 | + SolutionGuid = {CD284B87-34C6-439F-8E23-65A2EB9DE9F2} |
| 46 | + EndGlobalSection |
| 47 | +EndGlobal |
0 commit comments