Pibd-22_Morozov_V.S_Automob.../AutomobilePlant/AutomomilePlantFileImplement/AutomomilePlantFileImplement.csproj

15 lines
422 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractAutoContracts\AutomobilePlantContracts.csproj" />
<ProjectReference Include="..\AbstractAutoDataModels\AutomobilePlantDataModels.csproj" />
</ItemGroup>
</Project>