COP_Petrushin_PIbd-32/Library14Petrushin/Library14Petrushin.csproj
2024-10-30 13:34:23 +04:00

16 lines
409 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PDFsharp" Version="6.1.1" />
</ItemGroup>
</Project>