PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantView/AutomobilePlantView.csproj

41 lines
1.7 KiB
XML
Raw Normal View History

2024-02-10 22:14:46 +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 14:42:27 +04:00
<ItemGroup>
2024-03-10 13:48:59 +04:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.16">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2024-02-12 14:42:27 +04:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.8" />
2024-03-24 19:22:01 +04:00
<PackageReference Include="ReportViewerCore.WinForms" Version="15.1.17" />
2024-02-12 14:42:27 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomobilePlantBusinessLogic\AutomobilePlantBusinessLogic.csproj" />
2024-03-24 19:22:01 +04:00
<ProjectReference Include="..\AutomobilePlantContracts\AutomobilePlantContracts.csproj" />
2024-03-10 13:48:59 +04:00
<ProjectReference Include="..\AutomobilePlantDatabaseImplement\AutomobilePlantDatabaseImplement.csproj" />
2024-02-23 23:56:48 +04:00
<ProjectReference Include="..\AutomobilePlantFileImplement\AutomobilePlantFileImplement.csproj" />
2024-02-12 14:42:27 +04:00
<ProjectReference Include="..\AutomobilePlantListImplement\AutomobilePlantListImplement.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2024-03-24 19:22:01 +04:00
<None Update="ReportOrders.rdlc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2024-03-25 00:39:31 +04:00
<None Update="ReportOrdersByDate.rdlc">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2024-02-12 14:42:27 +04:00
</ItemGroup>
2024-02-10 22:14:46 +04:00
</Project>