添加项目文件。

This commit is contained in:
2025-06-13 10:52:21 +08:00
parent 4a876fbae0
commit cc986d2c1f
4 changed files with 84 additions and 0 deletions

11
Convention-CSharp.csproj Normal file
View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Convention</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>