This repository was archived by the owner on Mar 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemporaryCompiler.sln
More file actions
58 lines (58 loc) · 4.02 KB
/
TemporaryCompiler.sln
File metadata and controls
58 lines (58 loc) · 4.02 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adamant.CompilerCompiler.Lex", "Adamant.CompilerCompiler.Lex\Adamant.CompilerCompiler.Lex.csproj", "{1402E868-7960-4394-A75E-ECDFDBF2326F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adamant.CompilerCompiler.Lex.CLI", "Adamant.CompilerCompiler.Lex.CLI\Adamant.CompilerCompiler.Lex.CLI.csproj", "{71E86543-DD58-4794-A487-DFE09C76598A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sys.Text", "Sys.Text\Sys.Text.csproj", "{FCE74193-E265-4B89-A503-D3CAC10C7093}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{37D51409-CC7F-4B98-B98E-B61B1FC713E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adamant.Core", "Adamant.Core\Adamant.Core.csproj", "{0EF4B4A8-1D6C-4799-AF57-4538B67E7525}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adamant.FiniteAutomata", "Adamant.FiniteAutomata\Adamant.FiniteAutomata.csproj", "{37C8EC6F-B0AB-4E00-A7E2-6A243DDCB3AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adamant.CompilerCompiler.Lex.Runtime", "Adamant.CompilerCompiler.Lex.Runtime\Adamant.CompilerCompiler.Lex.Runtime.csproj", "{8F0F6F98-D891-4741-9AB1-B07E664FA653}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1402E868-7960-4394-A75E-ECDFDBF2326F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1402E868-7960-4394-A75E-ECDFDBF2326F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1402E868-7960-4394-A75E-ECDFDBF2326F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1402E868-7960-4394-A75E-ECDFDBF2326F}.Release|Any CPU.Build.0 = Release|Any CPU
{71E86543-DD58-4794-A487-DFE09C76598A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E86543-DD58-4794-A487-DFE09C76598A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E86543-DD58-4794-A487-DFE09C76598A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E86543-DD58-4794-A487-DFE09C76598A}.Release|Any CPU.Build.0 = Release|Any CPU
{FCE74193-E265-4B89-A503-D3CAC10C7093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE74193-E265-4B89-A503-D3CAC10C7093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE74193-E265-4B89-A503-D3CAC10C7093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE74193-E265-4B89-A503-D3CAC10C7093}.Release|Any CPU.Build.0 = Release|Any CPU
{37D51409-CC7F-4B98-B98E-B61B1FC713E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D51409-CC7F-4B98-B98E-B61B1FC713E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D51409-CC7F-4B98-B98E-B61B1FC713E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D51409-CC7F-4B98-B98E-B61B1FC713E3}.Release|Any CPU.Build.0 = Release|Any CPU
{0EF4B4A8-1D6C-4799-AF57-4538B67E7525}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EF4B4A8-1D6C-4799-AF57-4538B67E7525}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EF4B4A8-1D6C-4799-AF57-4538B67E7525}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EF4B4A8-1D6C-4799-AF57-4538B67E7525}.Release|Any CPU.Build.0 = Release|Any CPU
{37C8EC6F-B0AB-4E00-A7E2-6A243DDCB3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37C8EC6F-B0AB-4E00-A7E2-6A243DDCB3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37C8EC6F-B0AB-4E00-A7E2-6A243DDCB3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37C8EC6F-B0AB-4E00-A7E2-6A243DDCB3AC}.Release|Any CPU.Build.0 = Release|Any CPU
{8F0F6F98-D891-4741-9AB1-B07E664FA653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F0F6F98-D891-4741-9AB1-B07E664FA653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F0F6F98-D891-4741-9AB1-B07E664FA653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F0F6F98-D891-4741-9AB1-B07E664FA653}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal