10Г Егор Романов 3190a9da85 Revert "Final"
This reverts commit ad16a7ca87f6261d560f26630fd71a7794f2ab0c.
2023-03-07 13:58:15 +04:00

21 lines
725 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.2.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SecuritySystemListImplement\SecuritySystemListImplement.csproj" />
<ProjectReference Include="..\SystemSecurityBusinessLogic\SystemSecurityBusinessLogic.csproj" />
</ItemGroup>
</Project>