添加项目文件。

This commit is contained in:
2026-04-25 10:21:34 +08:00
parent c04cb001fb
commit 2e763dd1c3
98 changed files with 89974 additions and 0 deletions

9
AcdiuTools.csproj Normal file
View File

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