Files
WoofWare.NUnitTestRunner/TestRunner.fsproj
2024-06-03 23:03:18 +01:00

22 lines
467 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Filter.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PrattParser\PrattParser\PrattParser.fsproj" />
</ItemGroup>
</Project>