Files
Csharp/C#核心/Lesson15_继承-万物之父和装箱拆箱练习/Lesson15_继承-万物之父和装箱拆箱练习.csproj
T

12 lines
327 B
XML
Raw Normal View History

2025-09-10 14:43:03 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson15_继承_万物之父和装箱拆箱练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>