-
Notifications
You must be signed in to change notification settings - Fork 0
/
Compiler.sln
37 lines (37 loc) · 1.99 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compiler", "Compiler\Compiler.csproj", "{E24B0FAC-921F-44DC-A3CC-53DBD58F50B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Runtime", "Runtime\Runtime.csproj", "{40548148-3B60-47D7-B63D-074646C31AED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{8B199B27-66FE-410D-9225-B9316583ECB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E24B0FAC-921F-44DC-A3CC-53DBD58F50B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24B0FAC-921F-44DC-A3CC-53DBD58F50B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E24B0FAC-921F-44DC-A3CC-53DBD58F50B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E24B0FAC-921F-44DC-A3CC-53DBD58F50B5}.Release|Any CPU.Build.0 = Release|Any CPU
{40548148-3B60-47D7-B63D-074646C31AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40548148-3B60-47D7-B63D-074646C31AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40548148-3B60-47D7-B63D-074646C31AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40548148-3B60-47D7-B63D-074646C31AED}.Release|Any CPU.Build.0 = Release|Any CPU
{8B199B27-66FE-410D-9225-B9316583ECB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B199B27-66FE-410D-9225-B9316583ECB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B199B27-66FE-410D-9225-B9316583ECB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B199B27-66FE-410D-9225-B9316583ECB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EEF030ED-53BB-4FFF-9182-4CFB895B581B}
EndGlobalSection
EndGlobal