PIbd-31_Afanasev.S.S._COP_5/Component/ComponentProgramming/ComponentProgramming.csproj

15 lines
360 B
XML
Raw Normal View History

2024-09-18 18:23:21 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
2024-09-18 18:23:21 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-10-16 00:18:25 +04:00
<ItemGroup>
<PackageReference Include="PDFsharp-MigraDoc" Version="6.1.1" />
</ItemGroup>
2024-09-18 18:23:21 +04:00
</Project>