Files
Csharp/C#核心/Lesson6_封装-索引器/Lesson6_封装-索引器.csproj
T

12 lines
302 B
XML
Raw Normal View History

2025-09-30 16:46:01 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson6_封装_索引器</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>