32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Components" Version="1.0.0" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.11">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
|
<PackageReference Include="RodionovLibrary" Version="1.0.0" />
|
|
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PortalAccountsBusinessLogic\PortalAccountsBusinessLogic.csproj" />
|
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
|
<ProjectReference Include="..\PortalAccountsDatabaseImplement\PortalAccountsDatabaseImplement.csproj" />
|
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
|
<ProjectReference Include="..\PutincevLibrary\PutincevLibrary.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |