diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-13 22:40:23 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-13 22:40:23 +0300 |
commit | 61a4fe90b89cc127444405597a2590f8537474e5 (patch) | |
tree | 44bfa66169cba2a7f2b79d959bf762b5e9bdeaa2 /MindBox.Lib/MindBox.Lib.csproj |
Initial commit
Diffstat (limited to 'MindBox.Lib/MindBox.Lib.csproj')
-rw-r--r-- | MindBox.Lib/MindBox.Lib.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MindBox.Lib/MindBox.Lib.csproj b/MindBox.Lib/MindBox.Lib.csproj new file mode 100644 index 0000000..c513307 --- /dev/null +++ b/MindBox.Lib/MindBox.Lib.csproj @@ -0,0 +1,15 @@ +<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> |