添加项目文件。

This commit is contained in:
Kister Hakusan
2025-09-08 09:52:22 +08:00
parent 1313433a12
commit 3724bc0ad5
18 changed files with 481 additions and 0 deletions
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>