DepartmentProject/DepartmentPortal/DepartmentPortalDesctop/DepartmentPortalDesctop.csproj

27 lines
835 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
2022-03-18 22:55:48 +04:00
<ProjectReference Include="..\Common\CoreDatabase\CoreDatabase.csproj" />
2022-03-18 22:48:14 +04:00
<ProjectReference Include="..\Common\ToolsDesktop\ToolsDesktop.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="DepartmentPortal.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>