This repository has been archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Extension.sln
51 lines (51 loc) · 2.97 KB
/
Extension.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 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{6A87D8AE-E191-4149-B2AD-C874482DE8E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extension", "src\Extension\Extension.csproj", "{65834349-0ABD-474E-BCAD-EADE07914A62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQLClient", "src\GraphQLClient\GraphQLClient.csproj", "{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Debug|x86.Build.0 = Debug|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Release|Any CPU.Build.0 = Release|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Release|x86.ActiveCfg = Release|Any CPU
{6A87D8AE-E191-4149-B2AD-C874482DE8E1}.Release|x86.Build.0 = Release|Any CPU
{65834349-0ABD-474E-BCAD-EADE07914A62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65834349-0ABD-474E-BCAD-EADE07914A62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65834349-0ABD-474E-BCAD-EADE07914A62}.Debug|x86.ActiveCfg = Debug|x86
{65834349-0ABD-474E-BCAD-EADE07914A62}.Debug|x86.Build.0 = Debug|x86
{65834349-0ABD-474E-BCAD-EADE07914A62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65834349-0ABD-474E-BCAD-EADE07914A62}.Release|Any CPU.Build.0 = Release|Any CPU
{65834349-0ABD-474E-BCAD-EADE07914A62}.Release|x86.ActiveCfg = Release|x86
{65834349-0ABD-474E-BCAD-EADE07914A62}.Release|x86.Build.0 = Release|x86
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Debug|x86.ActiveCfg = Debug|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Debug|x86.Build.0 = Debug|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Release|Any CPU.Build.0 = Release|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Release|x86.ActiveCfg = Release|Any CPU
{F342B1BB-577B-4D82-882C-C8EFDC97C3DF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06D650D4-75B8-4D6B-9AC4-34D9B14D95F8}
EndGlobalSection
EndGlobal