FurnitureDataBaseImplement папки

This commit is contained in:
FLARJ 2023-04-06 18:59:38 +04:00
parent 81127daa43
commit 4452263b26
2 changed files with 6 additions and 8 deletions

View File

@ -1,7 +0,0 @@
namespace FurnitureDataBaseImplement
{
public class Class1
{
}
}

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@ -6,4 +6,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Implements\" />
<Folder Include="Models\" />
</ItemGroup>
</Project>