COP_Petrushin_PIbd-32/Library14Petrushin/Library14Petrushin.csproj

16 lines
409 B
XML
Raw Normal View History

2024-09-15 21:58:20 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-10-30 13:34:23 +04:00
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2024-09-15 21:58:20 +04:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PDFsharp" Version="6.1.1" />
</ItemGroup>
2024-09-15 21:58:20 +04:00
</Project>