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>
|
|
|
|
|
|
|
2026-03-27 10:58:18 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="FParsec" Version="1.1.1" />
|
|
|
|
|
|
<PackageReference Include="YamlDotNet" Version="16.3.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2026-03-24 13:33:01 +01:00
|
|
|
|
</Project>
|