Fibble/src/Fibble/Fibble.fsproj

17 lines
323 B
XML
Raw Normal View History

2026-03-24 13:33:01 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FibLib\FibLib.fsproj" />
</ItemGroup>
</Project>