Files
Csharp/C#核心/Lesson12_继承-继承的基本概念/Lesson12_继承-继承的基本概念.csproj
T
2025-09-08 16:11:55 +08:00

12 lines
315 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson12_继承_继承的基本概念</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>