Files
WoofWare.PrattParser/PrattParser/PrattParser.fsproj
Smaug123 5ddd613130 Refactor
2024-01-22 21:32:02 +00:00

16 lines
360 B
XML

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