Files
Csharp/C#基础/Lesson1_ 枚举练习/Lesson1_ 枚举练习.csproj
T

12 lines
299 B
XML
Raw Normal View History

2025-09-30 16:46:01 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson1__枚举练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>