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

14 lines
291 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Domain.fs" />
<Compile Include="Lexer.fs" />
<None Include="Program.fs"/>
</ItemGroup>
</Project>