1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net10.0</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="Program.fs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\FunctionalObjects\FunctionalObjects.fsproj" /> </ItemGroup> </Project>