BasicKnowledgeCSharp/LessonsAndTasks/Lesson 69 - const vs readonly - разница между ними(const и static)/69_Lesson - const vs readonly - разница между ними(const и static).csproj

10 lines
283 B
XML
Raw Normal View History

2024-10-05 09:59:53 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Lesson_69___const_vs_readonly___разницаежду_ними_const_и_static__</RootNamespace>
</PropertyGroup>
</Project>