add hanatui project

This commit is contained in:
2026-05-20 10:29:35 +02:00
parent 809c949a2c
commit bb8ac5de08
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Console.WriteLine("Hello, World!");
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>