mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-05 17:38:41 +00:00
16 lines
360 B
XML
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>
|