PIbd-21_RazubaevSM_Plumbing.../PlumbingRepair/PlumbingRepairView/PlumbingRepairView.csproj

21 lines
734 B
XML
Raw Normal View History

2024-03-23 10:39:41 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-03-23 11:06:35 +04:00
<ItemGroup>
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PlumbingRepairBusinessLogic\PlumbingRepairBusinessLogic.csproj" />
2024-03-23 20:57:48 +04:00
<ProjectReference Include="..\PlumbingRepairFileImplement\PlumbingRepairFileImplement.csproj" />
2024-03-23 11:06:35 +04:00
<ProjectReference Include="..\PlumbingRepairListImplement\PlumbingRepairListImplement.csproj" />
</ItemGroup>
2024-03-23 10:39:41 +04:00
</Project>