mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-17 14:48:39 +00:00
14 lines
291 B
XML
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>
|