feat: initial import

This commit is contained in:
mattia
2025-02-15 17:50:20 +01:00
commit b7aae9a04f
6 changed files with 93 additions and 0 deletions

9
InkBlot/InkBlot.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>