CourseWork_CarCenter/CarCenter/CarCenterContracts/CarCenterContracts.csproj

17 lines
406 B
XML
Raw Normal View History

2024-04-26 20:45:59 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-04-26 20:50:50 +04:00
<ItemGroup>
<Folder Include="BusinessLogicsContracts\" />
<Folder Include="SearchModels\" />
<Folder Include="StoragesContracts\" />
<Folder Include="ViewModels\" />
</ItemGroup>
2024-04-26 20:45:59 +04:00
</Project>