-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLexepars-LocalJsonAndYamlGrammarProjects.sln
64 lines (64 loc) · 4.37 KB
/
Lexepars-LocalJsonAndYamlGrammarProjects.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars", "src\Lexepars\Lexepars.csproj", "{121D2CB4-D984-4675-BA0E-781248CA36DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Tests", "src\Lexepars.Tests\Lexepars.Tests.csproj", "{FB144879-FDFA-4A8E-9604-BC730C5AA33E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.TestFixtures", "src\Lexepars.TestFixtures\Lexepars.TestFixtures.csproj", "{09F4A14B-F95F-424C-AE8B-957BD8B0036A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Grammars.Json", "..\Lexepars.Grammars.Json\src\Lexepars.Grammars.Json\Lexepars.Grammars.Json.csproj", "{7DDCE480-9665-4B4B-9077-6A7169B081FD}"
ProjectSection(ProjectDependencies) = postProject
{121D2CB4-D984-4675-BA0E-781248CA36DF} = {121D2CB4-D984-4675-BA0E-781248CA36DF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Grammar.Json.Tests", "..\Lexepars.Grammars.Json\src\Lexepars.Grammars.Json.Tests\Lexepars.Grammar.Json.Tests.csproj", "{E24C2967-0F9C-441D-8E54-89D8541B51C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Grammars.Yaml", "..\Lexepars.Grammars.Yaml\src\Lexepars.Grammars.Yaml\Lexepars.Grammars.Yaml.csproj", "{E14F7FE3-7467-480B-8419-BE0821F77ED9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Grammar.Yaml.Tests", "..\Lexepars.Grammars.Yaml\src\Lexepars.Grammars.Yaml.Tests\Lexepars.Grammar.Yaml.Tests.csproj", "{593AECDF-10DB-46FF-8666-A3C32825E745}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Release|Any CPU.Build.0 = Release|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Release|Any CPU.Build.0 = Release|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Release|Any CPU.Build.0 = Release|Any CPU
{7DDCE480-9665-4B4B-9077-6A7169B081FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DDCE480-9665-4B4B-9077-6A7169B081FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DDCE480-9665-4B4B-9077-6A7169B081FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DDCE480-9665-4B4B-9077-6A7169B081FD}.Release|Any CPU.Build.0 = Release|Any CPU
{E24C2967-0F9C-441D-8E54-89D8541B51C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24C2967-0F9C-441D-8E54-89D8541B51C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24C2967-0F9C-441D-8E54-89D8541B51C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24C2967-0F9C-441D-8E54-89D8541B51C2}.Release|Any CPU.Build.0 = Release|Any CPU
{E14F7FE3-7467-480B-8419-BE0821F77ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E14F7FE3-7467-480B-8419-BE0821F77ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E14F7FE3-7467-480B-8419-BE0821F77ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E14F7FE3-7467-480B-8419-BE0821F77ED9}.Release|Any CPU.Build.0 = Release|Any CPU
{593AECDF-10DB-46FF-8666-A3C32825E745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593AECDF-10DB-46FF-8666-A3C32825E745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593AECDF-10DB-46FF-8666-A3C32825E745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{593AECDF-10DB-46FF-8666-A3C32825E745}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6706C6FC-C17B-41E7-9744-C9286BCD9D2F}
EndGlobalSection
EndGlobal