BasicKnowledgeCSharp/LessonsAndTasks/Lesson 72 - Ключевое слово base, наследование и конструктор класса/72_Lesson - Ключевое слово base, наследование и конструктор класса.csproj
Dvurechensky 058c8f2679 1.0
Main
2024-10-05 09:59:53 +03:00

10 lines
309 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Lesson_72___Ключевое_слово_base__наследование_и_конструктор_класса_</RootNamespace>
</PropertyGroup>
</Project>