aboutsummaryrefslogtreecommitdiff
path: root/MindBox.Lib/MindBox.Lib.csproj
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-11-13 22:40:23 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-11-13 22:40:23 +0300
commit61a4fe90b89cc127444405597a2590f8537474e5 (patch)
tree44bfa66169cba2a7f2b79d959bf762b5e9bdeaa2 /MindBox.Lib/MindBox.Lib.csproj
Initial commit
Diffstat (limited to 'MindBox.Lib/MindBox.Lib.csproj')
-rw-r--r--MindBox.Lib/MindBox.Lib.csproj15
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>