-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTranche.sln
125 lines (125 loc) · 8.35 KB
/
Tranche.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tc", "tc.csproj", "{0E408228-7AEA-4291-A05D-590D998A9583}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GeneratorInputFiles", "GeneratorInputFiles", "{1B22DA4C-335F-480C-99E5-98EDEB86BFE2}"
ProjectSection(SolutionItems) = preProject
GeneratorInputFiles\ReGenerate.cmd = GeneratorInputFiles\ReGenerate.cmd
GeneratorInputFiles\tranche.lex = GeneratorInputFiles\tranche.lex
GeneratorInputFiles\tranche.y = GeneratorInputFiles\tranche.y
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{C53CD3F3-D21C-489F-ACFB-B148A27D4974}"
ProjectSection(SolutionItems) = preProject
Dependencies\QUT.ShiftReduceParser.dll = Dependencies\QUT.ShiftReduceParser.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILGen", "ILGen\ILGen.csproj", "{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SamplePrograms", "SamplePrograms", "{4E548D22-A91A-4475-A8A6-9A36D60729A8}"
ProjectSection(SolutionItems) = preProject
SamplePrograms\AmortExample.tn = SamplePrograms\AmortExample.tn
SamplePrograms\Arithmetic.tn = SamplePrograms\Arithmetic.tn
SamplePrograms\BasicExample.tn = SamplePrograms\BasicExample.tn
SamplePrograms\CollatExample.tn = SamplePrograms\CollatExample.tn
SamplePrograms\DiscountExample.tn = SamplePrograms\DiscountExample.tn
SamplePrograms\emptyShell.tn = SamplePrograms\emptyShell.tn
SamplePrograms\helloWorld.tn = SamplePrograms\helloWorld.tn
SamplePrograms\sample1.tn = SamplePrograms\sample1.tn
SamplePrograms\sample2.tn = SamplePrograms\sample2.tn
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractSyntaxTree", "AbstractSyntaxTree\AbstractSyntaxTree.csproj", "{3FB5701D-451C-452B-806C-860F7338D23C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SemanticAnalysis", "SemanticAnalysis\SemanticAnalysis.csproj", "{7F5D0551-17D7-4D74-8A94-E1F6799707EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrancheLib", "TrancheLib\TrancheLib.csproj", "{BD712455-E0CE-447E-90A0-58A998BF4028}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTranche", "TestTranche\TestTranche.csproj", "{29943D21-544B-4767-AA78-1494AC043B4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E09A729-5446-4190-9ACC-15C336BEE616}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
Tranche.vsmdi = Tranche.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Tranche.vsmdi
EndGlobalSection
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
{0E408228-7AEA-4291-A05D-590D998A9583}.Debug|Any CPU.ActiveCfg = Debug|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Debug|x86.ActiveCfg = Debug|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Debug|x86.Build.0 = Debug|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Release|Any CPU.ActiveCfg = Release|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Release|Mixed Platforms.Build.0 = Release|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Release|x86.ActiveCfg = Release|x86
{0E408228-7AEA-4291-A05D-590D998A9583}.Release|x86.Build.0 = Release|x86
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Debug|x86.ActiveCfg = Debug|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Release|Any CPU.Build.0 = Release|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F50AB0A3-093D-40FF-8718-E4488F6C3FC7}.Release|x86.ActiveCfg = Release|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Debug|x86.ActiveCfg = Debug|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3FB5701D-451C-452B-806C-860F7338D23C}.Release|x86.ActiveCfg = Release|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Release|Any CPU.Build.0 = Release|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7F5D0551-17D7-4D74-8A94-E1F6799707EB}.Release|x86.ActiveCfg = Release|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Release|Any CPU.Build.0 = Release|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BD712455-E0CE-447E-90A0-58A998BF4028}.Release|x86.ActiveCfg = Release|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Debug|x86.ActiveCfg = Debug|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{29943D21-544B-4767-AA78-1494AC043B4C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal