Files
WoofWare.PrattParser/PrattParser/PrattParser.fsproj
2024-01-22 21:42:25 +00:00

13 lines
254 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Compile Include="Parser.fs"/>
</ItemGroup>
</Project>