cs-fs/ulohyfs/ulohyfs.fsproj
2025-01-15 09:25:58 +01:00

20 lines
598 B
XML

<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\u18.fs" />
<Compile Include="src\u19.fs" />
<Compile Include="src\u20.fs" />
<Compile Include="src\Program.fs" />
</ItemGroup>
</Project>