Computer_Hardware_Store/HardwareShop/HardwareShopBusinessLogic/HardwareShopBusinessLogic.csproj

15 lines
337 B
XML

<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>
</Project>