Files
Csharp/C#入门/Lesson13_ 逻辑运算符/Lesson13_ 逻辑运算符.csproj
2025-09-30 16:49:43 +08:00

12 lines
303 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lesson13__逻辑运算符</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>