-
Notifications
You must be signed in to change notification settings - Fork 0
/
nml.sln
47 lines (47 loc) · 2.42 KB
/
nml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2011
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "nml.Core", "src/core/nml.Core.fsproj", "{4D10CCB5-AA05-41BD-B7BA-A36A40F73F87}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "nml.Interpreter", "src/interpreter/nml.Interpreter.fsproj", "{F08A3D3E-7B08-445F-A894-876D59689400}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{79426D83-9C02-4E5A-9A57-C87DD175EE85}"
ProjectSection(SolutionItems) = preProject
examples/ackermann.nml = examples/ackermann.nml
examples/beta_reduction_inside_lambda.nml = examples/beta_reduction_inside_lambda.nml
examples/bst.nml = examples/bst.nml
examples/deep_recursion.nml = examples/deep_recursion.nml
examples/function_composition.nml = examples/function_composition.nml
examples/gcd.nml = examples/gcd.nml
examples/list.nml = examples/list.nml
examples/math.nml = examples/math.nml
examples/nat_io.nml = examples/nat_io.nml
examples/operator_definition.nml = examples/operator_definition.nml
examples/quoted_code.nml = examples/quoted_code.nml
examples/variant_match.nml = examples/variant_match.nml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D10CCB5-AA05-41BD-B7BA-A36A40F73F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D10CCB5-AA05-41BD-B7BA-A36A40F73F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D10CCB5-AA05-41BD-B7BA-A36A40F73F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D10CCB5-AA05-41BD-B7BA-A36A40F73F87}.Release|Any CPU.Build.0 = Release|Any CPU
{F08A3D3E-7B08-445F-A894-876D59689400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F08A3D3E-7B08-445F-A894-876D59689400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F08A3D3E-7B08-445F-A894-876D59689400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F08A3D3E-7B08-445F-A894-876D59689400}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E3D58C5-35B0-4D4C-B70D-CD67F6D4A235}
EndGlobalSection
EndGlobal