PIbd23_Ivanova_S.V._Precast.../PrecastConcretePlant/PrecastConcretePlantListImplement/PrecastConcretePlantListImplement.csproj

15 lines
451 B
XML
Raw Normal View History

2024-03-05 07:44:51 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-02-08 00:52:37 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-03-05 07:44:51 +04:00
<ItemGroup>
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
<ProjectReference Include="..\PrecastConcretePlantDataModels\PrecastConcretePlantDataModels.csproj" />
</ItemGroup>
2024-02-08 00:52:37 +04:00
</Project>