-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLALR1Compiler.sln
46 lines (46 loc) · 2.95 KB
/
LALR1Compiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LALR1Compiler", "LALR1Compiler\LALR1Compiler.csproj", "{AFC8738E-0A2D-4124-9045-4F935E3DA0CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContextfreeGrammarCompiler", "ContextfreeGrammarCompiler\ContextfreeGrammarCompiler.csproj", "{ECD074F1-CE37-4390-B171-6B8B7C400187}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContextfreeGrammarCompiler.Test", "ContextfreeGrammarCompiler.Test\ContextfreeGrammarCompiler.Test.csproj", "{B9CF0F6C-EA87-40CF-AB8F-ACEED1726C96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLSLParser", "GLSLParser\GLSLParser.csproj", "{63B75F04-B55E-488D-914C-23733197763E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLSLParser.Test", "GLSLParser.Test\GLSLParser.Test.csproj", "{D7BD0F9F-150B-41D7-BB6D-A30131459D75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFC8738E-0A2D-4124-9045-4F935E3DA0CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC8738E-0A2D-4124-9045-4F935E3DA0CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC8738E-0A2D-4124-9045-4F935E3DA0CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC8738E-0A2D-4124-9045-4F935E3DA0CF}.Release|Any CPU.Build.0 = Release|Any CPU
{ECD074F1-CE37-4390-B171-6B8B7C400187}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECD074F1-CE37-4390-B171-6B8B7C400187}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECD074F1-CE37-4390-B171-6B8B7C400187}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECD074F1-CE37-4390-B171-6B8B7C400187}.Release|Any CPU.Build.0 = Release|Any CPU
{B9CF0F6C-EA87-40CF-AB8F-ACEED1726C96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9CF0F6C-EA87-40CF-AB8F-ACEED1726C96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9CF0F6C-EA87-40CF-AB8F-ACEED1726C96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9CF0F6C-EA87-40CF-AB8F-ACEED1726C96}.Release|Any CPU.Build.0 = Release|Any CPU
{63B75F04-B55E-488D-914C-23733197763E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B75F04-B55E-488D-914C-23733197763E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B75F04-B55E-488D-914C-23733197763E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B75F04-B55E-488D-914C-23733197763E}.Release|Any CPU.Build.0 = Release|Any CPU
{D7BD0F9F-150B-41D7-BB6D-A30131459D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7BD0F9F-150B-41D7-BB6D-A30131459D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7BD0F9F-150B-41D7-BB6D-A30131459D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7BD0F9F-150B-41D7-BB6D-A30131459D75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal