Bare F# project

This commit is contained in:
2025-08-27 15:53:33 -06:00
commit 5728db717d
3 changed files with 498 additions and 0 deletions

12
ldedit.fsproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>