-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathSAHB.GraphQL.Client.sln
94 lines (94 loc) · 6.47 KB
/
SAHB.GraphQL.Client.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client", "src\SAHB.GraphQLClient\SAHB.GraphQL.Client.csproj", "{A257A3C8-E33D-4B7D-BE9A-013EB71BFDFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Tests", "tests\SAHB.GraphQLClient.Tests\SAHB.GraphQL.Client.Tests.csproj", "{34800ABC-031C-4EF5-A864-FFB71FE02CF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{557C65CE-E3C0-43D6-8A39-FCB9D146AE2B}"
ProjectSection(SolutionItems) = preProject
src\Common.props = src\Common.props
Documentation.md = Documentation.md
Examples.md = Examples.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Benchmarks", "benchmarks\SAHB.GraphQLClient.Benchmarks\SAHB.GraphQL.Client.Benchmarks.csproj", "{0D1513DA-7802-47C3-A919-17603F8AD570}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Examples", "examples\SAHB.GraphQLClient.Examples\SAHB.GraphQL.Client.Examples.csproj", "{08166E2A-B42A-4B7E-BD7B-D86933D30EDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Subscription", "src\SAHB.GraphQL.Client.Subscription\SAHB.GraphQL.Client.Subscription.csproj", "{D3622E59-39EE-4C63-9372-C89B78F0282E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Subscription.Examples", "examples\SAHB.GraphQL.Client.Subscription.Examples\SAHB.GraphQL.Client.Subscription.Examples.csproj", "{08D480C7-E9DE-4E68-B785-41063D854F51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Integration.Tests", "tests\SAHB.GraphQL.Client.Integration.Tests\SAHB.GraphQL.Client.Integration.Tests.csproj", "{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C954F0A7-3B76-492B-9035-EAFE106C79BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{57FBCC7E-CBA0-4CF6-BFFE-7BF46849D674}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAHB.GraphQL.Client.Subscription.Integration.Tests", "tests\SAHB.GraphQL.Client.Subscription.Integration.Tests\SAHB.GraphQL.Client.Subscription.Integration.Tests.csproj", "{2E930707-9DFB-425D-9D4D-AC0A682C3881}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestServer", "tests\TestServer\TestServer.shproj", "{15808CC4-3BCF-46B2-9F16-B5251433AC6C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\TestServer\TestServer.projitems*{15808cc4-3bcf-46b2-9f16-b5251433ac6c}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A257A3C8-E33D-4B7D-BE9A-013EB71BFDFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A257A3C8-E33D-4B7D-BE9A-013EB71BFDFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A257A3C8-E33D-4B7D-BE9A-013EB71BFDFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A257A3C8-E33D-4B7D-BE9A-013EB71BFDFA}.Release|Any CPU.Build.0 = Release|Any CPU
{34800ABC-031C-4EF5-A864-FFB71FE02CF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34800ABC-031C-4EF5-A864-FFB71FE02CF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34800ABC-031C-4EF5-A864-FFB71FE02CF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34800ABC-031C-4EF5-A864-FFB71FE02CF7}.Release|Any CPU.Build.0 = Release|Any CPU
{0D1513DA-7802-47C3-A919-17603F8AD570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D1513DA-7802-47C3-A919-17603F8AD570}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D1513DA-7802-47C3-A919-17603F8AD570}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D1513DA-7802-47C3-A919-17603F8AD570}.Release|Any CPU.Build.0 = Release|Any CPU
{08166E2A-B42A-4B7E-BD7B-D86933D30EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08166E2A-B42A-4B7E-BD7B-D86933D30EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08166E2A-B42A-4B7E-BD7B-D86933D30EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08166E2A-B42A-4B7E-BD7B-D86933D30EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{D3622E59-39EE-4C63-9372-C89B78F0282E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3622E59-39EE-4C63-9372-C89B78F0282E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3622E59-39EE-4C63-9372-C89B78F0282E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3622E59-39EE-4C63-9372-C89B78F0282E}.Release|Any CPU.Build.0 = Release|Any CPU
{08D480C7-E9DE-4E68-B785-41063D854F51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08D480C7-E9DE-4E68-B785-41063D854F51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08D480C7-E9DE-4E68-B785-41063D854F51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08D480C7-E9DE-4E68-B785-41063D854F51}.Release|Any CPU.Build.0 = Release|Any CPU
{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{2E930707-9DFB-425D-9D4D-AC0A682C3881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E930707-9DFB-425D-9D4D-AC0A682C3881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E930707-9DFB-425D-9D4D-AC0A682C3881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E930707-9DFB-425D-9D4D-AC0A682C3881}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34800ABC-031C-4EF5-A864-FFB71FE02CF7} = {C954F0A7-3B76-492B-9035-EAFE106C79BD}
{0D1513DA-7802-47C3-A919-17603F8AD570} = {C954F0A7-3B76-492B-9035-EAFE106C79BD}
{08166E2A-B42A-4B7E-BD7B-D86933D30EDE} = {57FBCC7E-CBA0-4CF6-BFFE-7BF46849D674}
{08D480C7-E9DE-4E68-B785-41063D854F51} = {57FBCC7E-CBA0-4CF6-BFFE-7BF46849D674}
{F8B79FA0-4C95-4FE1-955B-0DEA9F4CB3F3} = {C954F0A7-3B76-492B-9035-EAFE106C79BD}
{2E930707-9DFB-425D-9D4D-AC0A682C3881} = {C954F0A7-3B76-492B-9035-EAFE106C79BD}
{15808CC4-3BCF-46B2-9F16-B5251433AC6C} = {C954F0A7-3B76-492B-9035-EAFE106C79BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98F41BED-A49E-419E-9D0E-6291E263386C}
EndGlobalSection
EndGlobal