Files
Csharp/C#核心/Lesson26_面向对象相关-抽象类/Lesson26_面向对象相关-抽象类.csproj
T

12 lines
315 B
XML
Raw Normal View History

2025-09-18 22:47:39 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson26_面向对象相关_抽象类</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>