This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
P4-GCode-Compiler.sln
49 lines (49 loc) · 2.98 KB
/
P4-GCode-Compiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GOAT", "P4-GCode-Compiler\GOAT.csproj", "{23AA1954-60E9-4D2B-B278-993386F719DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SableCC", "SableCC\SableCC.csproj", "{AB2CAD59-8C91-4D6D-A135-F5077211E47D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrintATestFile", "PrettyPrintATestFile\PrettyPrintATestFile.csproj", "{19CDEA2A-9A3F-4BAD-8729-FCB5CCDFEFDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GOAT-Compiler", "GOAT-Compiler\GOAT-Compiler.csproj", "{E712681C-7379-44E7-8090-37A12F0A0166}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisitorTests", "VisitorTests\VisitorTests.csproj", "{EA379218-35FE-4E16-80C5-C3D0FE563A25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23AA1954-60E9-4D2B-B278-993386F719DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23AA1954-60E9-4D2B-B278-993386F719DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23AA1954-60E9-4D2B-B278-993386F719DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23AA1954-60E9-4D2B-B278-993386F719DC}.Release|Any CPU.Build.0 = Release|Any CPU
{AB2CAD59-8C91-4D6D-A135-F5077211E47D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB2CAD59-8C91-4D6D-A135-F5077211E47D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB2CAD59-8C91-4D6D-A135-F5077211E47D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB2CAD59-8C91-4D6D-A135-F5077211E47D}.Release|Any CPU.Build.0 = Release|Any CPU
{19CDEA2A-9A3F-4BAD-8729-FCB5CCDFEFDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19CDEA2A-9A3F-4BAD-8729-FCB5CCDFEFDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19CDEA2A-9A3F-4BAD-8729-FCB5CCDFEFDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19CDEA2A-9A3F-4BAD-8729-FCB5CCDFEFDB}.Release|Any CPU.Build.0 = Release|Any CPU
{E712681C-7379-44E7-8090-37A12F0A0166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E712681C-7379-44E7-8090-37A12F0A0166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E712681C-7379-44E7-8090-37A12F0A0166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E712681C-7379-44E7-8090-37A12F0A0166}.Release|Any CPU.Build.0 = Release|Any CPU
{EA379218-35FE-4E16-80C5-C3D0FE563A25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA379218-35FE-4E16-80C5-C3D0FE563A25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA379218-35FE-4E16-80C5-C3D0FE563A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA379218-35FE-4E16-80C5-C3D0FE563A25}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9ABE547C-7B5D-44CB-B067-1B1379026DB6}
EndGlobalSection
EndGlobal