This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEklee.Azure.Functions.GraphQl.sln
75 lines (75 loc) · 4.05 KB
/
Eklee.Azure.Functions.GraphQl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eklee.Azure.Functions.GraphQl", "Eklee.Azure.Functions.GraphQl\Eklee.Azure.Functions.GraphQl.csproj", "{8624FB98-269B-4773-B9AC-222A31A60E6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{B6F2D74E-F1B4-413A-A4BD-04B272D1AD1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eklee.Azure.Functions.GraphQl.Example", "Examples\Eklee.Azure.Functions.GraphQl.Example\Eklee.Azure.Functions.GraphQl.Example.csproj", "{E1009365-5A55-4BFC-B7B2-7486EA91A502}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D9DAF4F-1421-4A8D-B7C1-E3B0C8179C3E}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
cicd.ps1 = cicd.ps1
CleanupExample.ps1 = CleanupExample.ps1
ConfigureTestLocalSettings.ps1 = ConfigureTestLocalSettings.ps1
ConfigureVersion.ps1 = ConfigureVersion.ps1
LICENSE = LICENSE
PrepNugetPack.ps1 = PrepNugetPack.ps1
README.md = README.md
Reset.ps1 = Reset.ps1
ResetDocumentDb.ps1 = ResetDocumentDb.ps1
ResetSearch.ps1 = ResetSearch.ps1
ResetTableStorage.ps1 = ResetTableStorage.ps1
TestExample.ps1 = TestExample.ps1
version.txt = version.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Eklee.Azure.Functions.GraphQl.Tests", "Eklee.Azure.Functions.GraphQl.Tests\Eklee.Azure.Functions.GraphQl.Tests.csproj", "{B306E300-CB14-490C-BE30-CF38CCCABFCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{103848FB-533A-494B-AF42-2A17ED6249E3}"
ProjectSection(SolutionItems) = preProject
Documentation\Caching.md = Documentation\Caching.md
Documentation\Connections.md = Documentation\Connections.md
Documentation\MutationActions.md = Documentation\MutationActions.md
Documentation\Mutations.md = Documentation\Mutations.md
Documentation\Nuget.md = Documentation\Nuget.md
Documentation\Queries.md = Documentation\Queries.md
Documentation\Searches.md = Documentation\Searches.md
Documentation\Tracing.md = Documentation\Tracing.md
Documentation\Transforms.md = Documentation\Transforms.md
Documentation\Validations.md = Documentation\Validations.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8624FB98-269B-4773-B9AC-222A31A60E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8624FB98-269B-4773-B9AC-222A31A60E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8624FB98-269B-4773-B9AC-222A31A60E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8624FB98-269B-4773-B9AC-222A31A60E6A}.Release|Any CPU.Build.0 = Release|Any CPU
{E1009365-5A55-4BFC-B7B2-7486EA91A502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1009365-5A55-4BFC-B7B2-7486EA91A502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1009365-5A55-4BFC-B7B2-7486EA91A502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1009365-5A55-4BFC-B7B2-7486EA91A502}.Release|Any CPU.Build.0 = Release|Any CPU
{B306E300-CB14-490C-BE30-CF38CCCABFCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B306E300-CB14-490C-BE30-CF38CCCABFCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B306E300-CB14-490C-BE30-CF38CCCABFCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B306E300-CB14-490C-BE30-CF38CCCABFCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1009365-5A55-4BFC-B7B2-7486EA91A502} = {B6F2D74E-F1B4-413A-A4BD-04B272D1AD1B}
{103848FB-533A-494B-AF42-2A17ED6249E3} = {6D9DAF4F-1421-4A8D-B7C1-E3B0C8179C3E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99063B4D-FACA-46CA-B1EC-1FB692B74296}
EndGlobalSection
EndGlobal