Skip to content

Commit 2188077

Browse files
committed
Edit build files
1 parent 90739e2 commit 2188077

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

nml.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{79
2222
examples\variant_match.nml = examples\variant_match.nml
2323
EndProjectSection
2424
EndProject
25-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "nml.Testing", "nml.Testing\nml.Testing.fsproj", "{7C9A1A6F-4D99-4930-AC83-F15D2FEEFEC0}"
26-
EndProject
2725
Global
2826
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2927
Debug|Any CPU = Debug|Any CPU
@@ -38,10 +36,6 @@ Global
3836
{F08A3D3E-7B08-445F-A894-876D59689400}.Debug|Any CPU.Build.0 = Debug|Any CPU
3937
{F08A3D3E-7B08-445F-A894-876D59689400}.Release|Any CPU.ActiveCfg = Release|Any CPU
4038
{F08A3D3E-7B08-445F-A894-876D59689400}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{7C9A1A6F-4D99-4930-AC83-F15D2FEEFEC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{7C9A1A6F-4D99-4930-AC83-F15D2FEEFEC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{7C9A1A6F-4D99-4930-AC83-F15D2FEEFEC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{7C9A1A6F-4D99-4930-AC83-F15D2FEEFEC0}.Release|Any CPU.Build.0 = Release|Any CPU
4539
EndGlobalSection
4640
GlobalSection(SolutionProperties) = preSolution
4741
HideSolutionNode = FALSE

src/core/nml.Core.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<Compile Include="ast.fs" />
1212
<Compile Include="helper.fs" />
1313
<Compile Include="context.fs" />
14-
<Compile Include="context2.fs" />
1514
<Compile Include="typer.fs" />
1615
<Compile Include="parser.fs" />
1716
<Compile Include="builtin.fs" />

0 commit comments

Comments
 (0)