<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <OutputType>Exe</OutputType> <TargetFramework>net9.0-windows</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UseWPF>true</UseWPF> </PropertyGroup> <ItemGroup> <None Remove="Images\databaseicon.png" /> </ItemGroup> <ItemGroup> <Content Include="Images\databaseicon.png"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <PackageReference Include="MahApps.Metro" Version="2.4.10" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="9.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Npgsql" Version="9.0.3" /> <PackageReference Include="PdfPig" Version="0.1.10" /> <PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" /> </ItemGroup> </Project>