Files
Csharp/C#核心/Lesson17_多态-vob/Lesson17_多态-vob.csproj
T

12 lines
297 B
XML
Raw Normal View History

2025-09-11 15:07:37 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson17_多态_vob</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>