This commit is contained in:
DavidOnTop 2025-01-15 08:39:24 +01:00
commit 03e7be38dd
Signed by: DavidOnTop
GPG key ID: 8D3E9A75E3E13D89
8 changed files with 128 additions and 0 deletions

17
ulohyfs/ulohyfs.fsproj Normal file
View file

@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>UlohyFs</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\Attributes.fs" />
<Compile Include="src\u16.fs" />
<Compile Include="src\u15.fs" />
<Compile Include="src\u17.fs" />
<Compile Include="src\Program.fs" />
</ItemGroup>
</Project>