Files
Csharp/C#核心/Lesson20_多态-密封方法/Lesson20_多态-密封方法.csproj
T
2025-09-15 17:07:13 +08:00

12 lines
306 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson20_多态_密封方法</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>