-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSilverCodeAPI.sln
More file actions
59 lines (59 loc) · 3.19 KB
/
SilverCodeAPI.sln
File metadata and controls
59 lines (59 loc) · 3.19 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.4.11620.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Common.Contracts", "Core.Common.Contracts\Core.Common.Contracts.csproj", "{7659748C-F934-4C6D-B13E-D171D1363FB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Common", "Core.Common\Core.Common.csproj", "{B92837CB-3506-4D3B-94A9-863EF6E1AC0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.Core", "1.Core", "{A6A72E93-AE25-4804-9204-D2705C8FD805}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Common.DataModels", "Core.Common.DataModels\Core.Common.DataModels.csproj", "{361E760B-C536-4D8C-8234-ED2B53311091}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B61E834-F07B-466F-ADAA-56E164E60C23}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E66DFF0B-8138-4742-97B2-6848054862A2}"
ProjectSection(SolutionItems) = preProject
Docs\Rest-Parser-Usage.md = Docs\Rest-Parser-Usage.md
Docs\SilverCodeAPI-Usage-Guide.md = Docs\SilverCodeAPI-Usage-Guide.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7659748C-F934-4C6D-B13E-D171D1363FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7659748C-F934-4C6D-B13E-D171D1363FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7659748C-F934-4C6D-B13E-D171D1363FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7659748C-F934-4C6D-B13E-D171D1363FB0}.Release|Any CPU.Build.0 = Release|Any CPU
{B92837CB-3506-4D3B-94A9-863EF6E1AC0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92837CB-3506-4D3B-94A9-863EF6E1AC0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92837CB-3506-4D3B-94A9-863EF6E1AC0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92837CB-3506-4D3B-94A9-863EF6E1AC0E}.Release|Any CPU.Build.0 = Release|Any CPU
{361E760B-C536-4D8C-8234-ED2B53311091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{361E760B-C536-4D8C-8234-ED2B53311091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361E760B-C536-4D8C-8234-ED2B53311091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361E760B-C536-4D8C-8234-ED2B53311091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7659748C-F934-4C6D-B13E-D171D1363FB0} = {A6A72E93-AE25-4804-9204-D2705C8FD805}
{B92837CB-3506-4D3B-94A9-863EF6E1AC0E} = {A6A72E93-AE25-4804-9204-D2705C8FD805}
{361E760B-C536-4D8C-8234-ED2B53311091} = {A6A72E93-AE25-4804-9204-D2705C8FD805}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33267F25-B2A2-4413-A2A7-4F8B7C78CEBA}
EndGlobalSection
EndGlobal