Files
Csharp/C#核心/Lesson6_封装-索引器练习/Lesson6_封装-索引器练习.csproj
T
2025-09-30 16:49:43 +08:00

12 lines
308 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson6_封装_索引器练习</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>