Files
Csharp/C#核心/Lesson21_面向对象相关-命名空间练习/Lesson21_面向对象相关-命名空间练习.csproj
T

12 lines
324 B
XML
Raw Normal View History

2025-09-15 17:07:41 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson21_面向对象相关_命名空间练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>