- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net9.0-windows</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <ApplicationIcon />
- </PropertyGroup>
- <ItemGroup>
- <Content Include="dbsettings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <PackageReference Include="Npgsql" Version="10.0.3" />
- </ItemGroup>
- </Project>
|