-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnlox.sln
37 lines (37 loc) · 2 KB
/
nlox.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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nLox", "nlox\nLox.csproj", "{1626DA08-212C-437F-B95D-C8FD96D7C174}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerateAst", "GenerateAst\GenerateAst.csproj", "{29F6266C-F8FD-4EA3-8F23-E8693FB51DEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackSpike", "StackSpike\StackSpike.csproj", "{966EE5E3-C8B8-4684-B600-6E7E694B4DAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1626DA08-212C-437F-B95D-C8FD96D7C174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1626DA08-212C-437F-B95D-C8FD96D7C174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1626DA08-212C-437F-B95D-C8FD96D7C174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1626DA08-212C-437F-B95D-C8FD96D7C174}.Release|Any CPU.Build.0 = Release|Any CPU
{29F6266C-F8FD-4EA3-8F23-E8693FB51DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29F6266C-F8FD-4EA3-8F23-E8693FB51DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29F6266C-F8FD-4EA3-8F23-E8693FB51DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29F6266C-F8FD-4EA3-8F23-E8693FB51DEA}.Release|Any CPU.Build.0 = Release|Any CPU
{966EE5E3-C8B8-4684-B600-6E7E694B4DAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{966EE5E3-C8B8-4684-B600-6E7E694B4DAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{966EE5E3-C8B8-4684-B600-6E7E694B4DAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{966EE5E3-C8B8-4684-B600-6E7E694B4DAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA4875E7-E96C-4F00-BE0F-8D7EAB4D0E4D}
EndGlobalSection
EndGlobal