This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathRawCMS.sln
113 lines (113 loc) · 7.19 KB
/
RawCMS.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS", "RawCMS\RawCMS.csproj", "{0173DCCE-34BA-4988-BA6C-07880C3F71A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Library", "RawCMS.Library\RawCMS.Library.csproj", "{F82B234F-A135-45A6-913A-58B22CE01406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Test", "RawCMS.Test\RawCMS.Test.csproj", "{F354CC2D-3C98-499D-AB1F-E790E7925B70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{6DA8883F-F42E-4FDC-A93A-1D41549F6C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Plugins.Core", "Plugins\RawCMS.Plugins.Core\RawCMS.Plugins.Core.csproj", "{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{18F5053A-6F40-4D56-ACAD-03F3C8E08137}"
ProjectSection(SolutionItems) = preProject
docs\Authentication.md = docs\Authentication.md
docs\Configurable-Plugins.md = docs\Configurable-Plugins.md
docs\Custom-Field-Validation.md = docs\Custom-Field-Validation.md
docs\Custom-Validation.md = docs\Custom-Validation.md
docs\Data-process-Lambda.md = docs\Data-process-Lambda.md
docs\Data-Schema.md = docs\Data-Schema.md
docs\Define-net-lambda.md = docs\Define-net-lambda.md
docs\Docker.md = docs\Docker.md
docs\Dynamic-Crud-Controller.md = docs\Dynamic-Crud-Controller.md
docs\Dynamic-Lambda-Controller.md = docs\Dynamic-Lambda-Controller.md
docs\FullText.md = docs\FullText.md
docs\Gateway-Plugin.md = docs\Gateway-Plugin.md
docs\GraphQL.md = docs\GraphQL.md
docs\Home.md = docs\Home.md
docs\index.md = docs\index.md
docs\Plugin.md = docs\Plugin.md
docs\RawCMS.postman_collection.json = docs\RawCMS.postman_collection.json
docs\Relation.md = docs\Relation.md
docs\TestBook.md = docs\TestBook.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Plugins.GraphQL", "Plugins\RawCMS.Plugins.GraphQL\RawCMS.Plugins.GraphQL.csproj", "{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Client", "RawCMS.Client\RawCMS.Client.csproj", "{4F469A2E-821C-4604-B686-040E165082D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Plugins.KeyStore", "Plugins\RawCMS.Plugins.KeyStore\RawCMS.Plugins.KeyStore.csproj", "{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Plugins.ApiGateway", "Plugins\RawCMS.Plugins.ApiGateway\RawCMS.Plugins.ApiGateway.csproj", "{AB934622-977A-471A-854C-B905AB9F5174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawCMS.Plugins.FullText", "Plugins\RawCMS.Plugins.FullText\RawCMS.Plugins.FullText.csproj", "{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{5257BAE3-1757-4AA0-9AD8-A529F4DDC50C}"
ProjectSection(SolutionItems) = preProject
docs\assets\auth0-new-api.png = docs\assets\auth0-new-api.png
docs\assets\auth0-new-application.png = docs\assets\auth0-new-application.png
docs\assets\jsLambdas.png = docs\assets\jsLambdas.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0173DCCE-34BA-4988-BA6C-07880C3F71A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0173DCCE-34BA-4988-BA6C-07880C3F71A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0173DCCE-34BA-4988-BA6C-07880C3F71A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0173DCCE-34BA-4988-BA6C-07880C3F71A0}.Release|Any CPU.Build.0 = Release|Any CPU
{F82B234F-A135-45A6-913A-58B22CE01406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F82B234F-A135-45A6-913A-58B22CE01406}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F82B234F-A135-45A6-913A-58B22CE01406}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F82B234F-A135-45A6-913A-58B22CE01406}.Release|Any CPU.Build.0 = Release|Any CPU
{F354CC2D-3C98-499D-AB1F-E790E7925B70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F354CC2D-3C98-499D-AB1F-E790E7925B70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F354CC2D-3C98-499D-AB1F-E790E7925B70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F354CC2D-3C98-499D-AB1F-E790E7925B70}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3}.Release|Any CPU.Build.0 = Release|Any CPU
{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC}.Release|Any CPU.Build.0 = Release|Any CPU
{4F469A2E-821C-4604-B686-040E165082D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F469A2E-821C-4604-B686-040E165082D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F469A2E-821C-4604-B686-040E165082D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F469A2E-821C-4604-B686-040E165082D8}.Release|Any CPU.Build.0 = Release|Any CPU
{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5}.Release|Any CPU.Build.0 = Release|Any CPU
{AB934622-977A-471A-854C-B905AB9F5174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB934622-977A-471A-854C-B905AB9F5174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB934622-977A-471A-854C-B905AB9F5174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB934622-977A-471A-854C-B905AB9F5174}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A9B9CD89-FF15-4E8A-B1AD-122A38080CB3} = {6DA8883F-F42E-4FDC-A93A-1D41549F6C05}
{2C443D9E-BDDE-4147-9EE4-7E93652EE7EC} = {6DA8883F-F42E-4FDC-A93A-1D41549F6C05}
{CE2FFFD9-CB20-42CF-809E-2B17B4CF8AC5} = {6DA8883F-F42E-4FDC-A93A-1D41549F6C05}
{AB934622-977A-471A-854C-B905AB9F5174} = {6DA8883F-F42E-4FDC-A93A-1D41549F6C05}
{9D9923CC-CA63-4E7C-B0F5-5A151F0FF524} = {6DA8883F-F42E-4FDC-A93A-1D41549F6C05}
{5257BAE3-1757-4AA0-9AD8-A529F4DDC50C} = {18F5053A-6F40-4D56-ACAD-03F3C8E08137}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE0F5781-A4C7-4C01-8B4C-4AE7A10908CF}
EndGlobalSection
EndGlobal