cs-fs/ulohyfs/ulohyfs.fsproj
2025-01-15 09:18:45 +01:00

19 lines
557 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\Program.fs" />
</ItemGroup>
</Project>