PIbd-23_Razin_A.A._Security.../SecuritySystem/SecuritySystemView/SecuritySystemView.csproj

47 lines
2.0 KiB
XML
Raw Normal View History

2024-05-11 11:52:27 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2024-05-11 11:59:11 +04:00
<TargetFramework>net6.0-windows</TargetFramework>
2024-05-11 11:52:27 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-05-11 11:59:11 +04:00
<Platforms>AnyCPU;x64;x86</Platforms>
2024-05-11 11:52:27 +04:00
</PropertyGroup>
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
<ItemGroup>
<None Remove="nlog.config" />
2024-05-11 11:59:11 +04:00
<None Remove="Report\ReportOrders.rdlc" />
2024-05-11 11:52:27 +04:00
</ItemGroup>
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
<ItemGroup>
<Content Include="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2024-05-11 11:59:11 +04:00
<Content Include="Report\ReportOrders.rdlc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2024-05-11 11:52:27 +04:00
</ItemGroup>
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
<ItemGroup>
2024-05-11 11:59:11 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.16">
2024-05-11 11:57:45 +04:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2024-05-11 11:52:27 +04:00
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2024-05-11 11:59:11 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
<PackageReference Include="ReportViewerCore.WinForms" Version="15.1.19" />
2024-05-11 11:52:27 +04:00
</ItemGroup>
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
<ItemGroup>
<ProjectReference Include="..\SecuritySystemBusinessLogic\SecuritySystemBusinessLogic.csproj" />
<ProjectReference Include="..\SecuritySystemContracts\SecuritySystemContracts.csproj" />
2024-05-11 11:57:45 +04:00
<ProjectReference Include="..\SecuritySystemDatabaseImplement\SecuritySystemDatabaseImplement.csproj" />
2024-05-11 11:52:27 +04:00
<ProjectReference Include="..\SecuritySystemDataModels\SecuritySystemDataModels.csproj" />
2024-05-11 11:54:56 +04:00
<ProjectReference Include="..\SecuritySystemFileImplement\SecuritySystemFileImplement.csproj" />
2024-05-11 11:52:27 +04:00
<ProjectReference Include="..\SecuritySystemListImplement\SecuritySystemListImplement.csproj" />
</ItemGroup>
2024-05-11 11:59:11 +04:00
2024-05-11 11:52:27 +04:00
</Project>