-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCdelta.sln
50 lines (50 loc) · 2.57 KB
/
Cdelta.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D26D18E-811C-4F9D-A063-8B0FA9FA2964}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
etc\Icon.png = etc\Icon.png
etc\Icon_128.png = etc\Icon_128.png
README.md = README.md
.github\workflows\SonarCloud.yml = .github\workflows\SonarCloud.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{14017185-C15A-4A26-BB6C-BE59C740CA5D}"
ProjectSection(ProjectDependencies) = postProject
{F87087C1-AD14-400F-A87C-01B5B80A9237} = {F87087C1-AD14-400F-A87C-01B5B80A9237}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.csproj", "{B4188C3C-08D4-4A83-86A3-42E84304D46B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grammar", "src\Grammar\Grammar.csproj", "{F87087C1-AD14-400F-A87C-01B5B80A9237}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14017185-C15A-4A26-BB6C-BE59C740CA5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14017185-C15A-4A26-BB6C-BE59C740CA5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14017185-C15A-4A26-BB6C-BE59C740CA5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14017185-C15A-4A26-BB6C-BE59C740CA5D}.Release|Any CPU.Build.0 = Release|Any CPU
{B4188C3C-08D4-4A83-86A3-42E84304D46B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4188C3C-08D4-4A83-86A3-42E84304D46B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4188C3C-08D4-4A83-86A3-42E84304D46B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4188C3C-08D4-4A83-86A3-42E84304D46B}.Release|Any CPU.Build.0 = Release|Any CPU
{F87087C1-AD14-400F-A87C-01B5B80A9237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F87087C1-AD14-400F-A87C-01B5B80A9237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F87087C1-AD14-400F-A87C-01B5B80A9237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F87087C1-AD14-400F-A87C-01B5B80A9237}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F1E114E-2F5C-4CF7-BDE4-5943F69C5BFE}
EndGlobalSection
EndGlobal