-
Notifications
You must be signed in to change notification settings - Fork 1
/
GraphQLCodeGen.sln
51 lines (51 loc) · 3.07 KB
/
GraphQLCodeGen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.MsBuild", "Tocsoft.GraphQLCodeGen.MsBuild\Tocsoft.GraphQLCodeGen.MsBuild.csproj", "{72A4A7AD-19C7-4587-9383-8E7262EA83CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.Cli", "Tocsoft.GraphQLCodeGen.Cli\Tocsoft.GraphQLCodeGen.Cli.csproj", "{9C5F3C88-B20A-4AEC-8FF3-8DCA58C1A4AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.Tests", "Tocsoft.GraphQLCodeGen.Tests\Tocsoft.GraphQLCodeGen.Tests.csproj", "{6A53636B-4E5D-4B4F-B570-28AA1614E77B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC21B6D1-7061-45D1-B2D2-01C779B47B62}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.Npm", "Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj", "{66960FDE-B8B7-4A89-95E5-B71B2A276276}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72A4A7AD-19C7-4587-9383-8E7262EA83CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72A4A7AD-19C7-4587-9383-8E7262EA83CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72A4A7AD-19C7-4587-9383-8E7262EA83CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72A4A7AD-19C7-4587-9383-8E7262EA83CA}.Release|Any CPU.Build.0 = Release|Any CPU
{9C5F3C88-B20A-4AEC-8FF3-8DCA58C1A4AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C5F3C88-B20A-4AEC-8FF3-8DCA58C1A4AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C5F3C88-B20A-4AEC-8FF3-8DCA58C1A4AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5F3C88-B20A-4AEC-8FF3-8DCA58C1A4AE}.Release|Any CPU.Build.0 = Release|Any CPU
{6A53636B-4E5D-4B4F-B570-28AA1614E77B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A53636B-4E5D-4B4F-B570-28AA1614E77B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A53636B-4E5D-4B4F-B570-28AA1614E77B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A53636B-4E5D-4B4F-B570-28AA1614E77B}.Release|Any CPU.Build.0 = Release|Any CPU
{66960FDE-B8B7-4A89-95E5-B71B2A276276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66960FDE-B8B7-4A89-95E5-B71B2A276276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66960FDE-B8B7-4A89-95E5-B71B2A276276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66960FDE-B8B7-4A89-95E5-B71B2A276276}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72C34B68-AEAC-4CA9-920D-BF5D3FE4BAA6}
EndGlobalSection
EndGlobal