Archived
1
0
This repository has been archived on 2023-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
Mindbox/MindBox.Lib/MindBox.Lib.csproj

16 lines
511 B
XML
Raw Permalink Normal View History

2023-11-13 22:40:23 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.1</Version>
<Authors>Serghei Cebotari</Authors>
<Product>MindBox Shape Library</Product>
<Description>
Тестовое задание MindBox. Геометрическая библиотка для вычисления площади фигур.
</Description>
</PropertyGroup>
</Project>