This commit is contained in:
2025-11-09 19:36:54 +10:00
parent 2f83f11e7c
commit edd5c24968
3 changed files with 1 additions and 1 deletions

View File

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