PIbd-32_Bondarenko_M.S._COP_16/WinForm/PluginsConventionLibrary/PluginsConventionLibrary.csproj
2023-11-14 20:08:41 +04:00

11 lines
261 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>