CanonSharp/CanonSharp.Parser/CanonSharp.Parser.fsproj

14 lines
368 B
XML
Raw Normal View History

2024-07-22 20:02:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
2024-07-23 22:46:34 +08:00
<ItemGroup>
<Compile Include="LexicalAnalyzer\RegularExpression.fs" />
<Compile Include="LexicalAnalyzer\NondeterministicFiniteAutomation.fs" />
</ItemGroup>
2024-07-22 20:02:54 +08:00
</Project>