Files
Csharp/C#基础/Lesson1_ 枚举练习/Lesson1_ 枚举练习.csproj
2025-09-30 16:49:43 +08:00

12 lines
299 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson1__枚举练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>