PIbd-33_FIrsov_Kirill_KOP/CheckedListBoxLibrary/MyUserControls.csproj

15 lines
364 B
XML
Raw Permalink Normal View History

2024-11-17 13:25:39 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PDFsharp-MigraDoc-GDI" Version="6.1.1" />
</ItemGroup>
2024-11-17 13:25:39 +04:00
</Project>