PIbd-31_Shanygin.A.V._COP_27/ComponentOrientedProgramming/CreateVisualComponent/CreateVisualComponent.csproj

12 lines
320 B
XML
Raw Permalink Normal View History

2024-09-09 22:02:46 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-12-29 16:34:31 +04:00
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
2024-09-09 22:02:46 +04:00
</PropertyGroup>
</Project>