add fp2 sample

This commit is contained in:
Oli Sturm
2026-04-22 15:07:54 +01:00
parent f99a6e9fc7
commit 212684ccca
7 changed files with 179 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>CsharpFp2</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>