mirror of
https://github.com/Smaug123/fsharp-prefix-form
synced 2025-10-05 15:58:41 +00:00
13 lines
258 B
XML
13 lines
258 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Utils.fs" />
|
|
<Compile Include="Expression.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|