-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCFlat.sln
104 lines (104 loc) · 6.62 KB
/
CFlat.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFlat", "CFlat.csproj", "{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{751FEA0F-EA18-422E-BD5D-F95A17F7C9DE}"
ProjectSection(SolutionItems) = preProject
Dependencies\gplex.exe = Dependencies\gplex.exe
Dependencies\gppg.exe = Dependencies\gppg.exe
Dependencies\QUT.ShiftReduceParser.dll = Dependencies\QUT.ShiftReduceParser.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GeneratorInputFiles", "GeneratorInputFiles", "{BCEF2690-87E4-4EED-A54E-1E5DDE1847DB}"
ProjectSection(SolutionItems) = preProject
GeneratorInputFiles\CFlat.lex = GeneratorInputFiles\CFlat.lex
GeneratorInputFiles\CFlat.y = GeneratorInputFiles\CFlat.y
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractSyntaxTree", "AbstractSyntaxTree\AbstractSyntaxTree.csproj", "{4EE5A38B-3D98-47CB-8746-B0D04130ED25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticAnalysis", "SemanticAnalysis\SemanticAnalysis.csproj", "{599A6891-14DF-425E-8D55-EFF9041D39C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SamplePrograms", "SamplePrograms", "{E7E1D822-17B3-4AF3-B41D-20E1ED331E03}"
ProjectSection(SolutionItems) = preProject
SamplePrograms\AccessModifiers.cf = SamplePrograms\AccessModifiers.cf
SamplePrograms\Arith.cf = SamplePrograms\Arith.cf
SamplePrograms\Classes.cf = SamplePrograms\Classes.cf
SamplePrograms\Die.cf = SamplePrograms\Die.cf
SamplePrograms\ForLoops.cf = SamplePrograms\ForLoops.cf
SamplePrograms\Functions.cf = SamplePrograms\Functions.cf
SamplePrograms\GuessingGame-Int.cf = SamplePrograms\GuessingGame-Int.cf
SamplePrograms\GuessingGame.cf = SamplePrograms\GuessingGame.cf
SamplePrograms\HelloWorld.cf = SamplePrograms\HelloWorld.cf
SamplePrograms\Inheritance.cf = SamplePrograms\Inheritance.cf
SamplePrograms\Input.cf = SamplePrograms\Input.cf
SamplePrograms\LinkedList.cf = SamplePrograms\LinkedList.cf
SamplePrograms\Necessary.cf = SamplePrograms\Necessary.cf
SamplePrograms\parseInt.cf = SamplePrograms\parseInt.cf
SamplePrograms\readFile.cf = SamplePrograms\readFile.cf
SamplePrograms\Readonly.cf = SamplePrograms\Readonly.cf
Rpg.cf = Rpg.cf
SamplePrograms\Simple.cf = SamplePrograms\Simple.cf
SamplePrograms\SystemMethods.cf = SamplePrograms\SystemMethods.cf
SamplePrograms\turingmachine.cf = SamplePrograms\turingmachine.cf
SamplePrograms\Undeclared.cf = SamplePrograms\Undeclared.cf
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILCodeGen", "ILCodeGen\ILCodeGen.csproj", "{21837870-A376-4DF5-99E1-C2359C96143D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Debug|Any CPU.ActiveCfg = Debug|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Debug|Mixed Platforms.Build.0 = Debug|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Debug|x86.ActiveCfg = Debug|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Debug|x86.Build.0 = Debug|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Release|Any CPU.ActiveCfg = Release|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Release|Mixed Platforms.ActiveCfg = Release|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Release|Mixed Platforms.Build.0 = Release|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Release|x86.ActiveCfg = Release|x86
{9DC8EED2-D1BA-4F9D-AAC7-8FABABE78505}.Release|x86.Build.0 = Release|x86
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Debug|x86.ActiveCfg = Debug|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Release|Any CPU.Build.0 = Release|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4EE5A38B-3D98-47CB-8746-B0D04130ED25}.Release|x86.ActiveCfg = Release|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Release|Any CPU.Build.0 = Release|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{599A6891-14DF-425E-8D55-EFF9041D39C0}.Release|x86.ActiveCfg = Release|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Debug|x86.ActiveCfg = Debug|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Release|Any CPU.Build.0 = Release|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{21837870-A376-4DF5-99E1-C2359C96143D}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal