Computer_Hardware_Store/HardwareShop/HardwareShopBusinessLogic/HardwareShopBusinessLogic.csproj

15 lines
337 B
XML
Raw Normal View History

2023-03-18 20:28:48 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="BusinessLogics\Storekeeper\" />
<Folder Include="BusinessLogics\Worker\" />
</ItemGroup>
2023-03-18 20:28:48 +04:00
</Project>