Files
PIbd-32_BuslaevRoman_KOP/WinFormsControlLibrary1/WinFormsControlLibrary1.csproj
2025-09-23 14:07:38 +04:00

15 lines
420 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Title>MyComponentsLibrary</Title>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Romtec</Authors>
<Version>1.0.5</Version>
</PropertyGroup>
</Project>