PIbd21.LyovushkinaA.A.LawFirm/LawFirm/LawFirmView/LawFirmView.csproj

22 lines
832 B
XML
Raw Normal View History

2024-02-10 22:23:37 +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-02-12 01:33:41 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractLawFirmBusinessLogic\AbstractLawFirmBusinessLogic.csproj" />
2024-02-23 22:40:07 +04:00
<ProjectReference Include="..\AbstractLawFirmFileImplement\AbstractLawFirmFileImplement.csproj" />
2024-02-12 01:33:41 +04:00
<ProjectReference Include="..\AbstractLawFirmListImplement\AbstractLawFirmListImplement.csproj" />
</ItemGroup>
2024-02-10 22:23:37 +04:00
</Project>