PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantFileImplement/AutomobilePlantFileImplement.csproj

15 lines
428 B
XML
Raw Normal View History

2024-02-23 23:56:48 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AutomobilePlantContracts\AutomobilePlantContracts.csproj" />
<ProjectReference Include="..\AutomobilePlantDataModels\AutomobilePlantDataModels.csproj" />
</ItemGroup>
</Project>