Split into lib (#16)

This commit is contained in:
Patrick Stevens
2024-06-05 00:42:53 +01:00
committed by GitHub
parent 247cc9fa0d
commit 48e111fc9e
12 changed files with 550 additions and 472 deletions

View File

@@ -6,14 +6,11 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Filter.fs" />
<Compile Include="Seq.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="WoofWare.PrattParser" Version="0.1.2" />
<ProjectReference Include="..\TestRunner.Lib\TestRunner.Lib.fsproj" />
</ItemGroup>
</Project>