Zhelovanov_Dmitrii_COP/KOP_Labs/KOP_Labs.csproj

15 lines
337 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2023-10-18 20:21:22 +04:00
<ItemGroup>
<Folder Include="NonVisualComponents\" />
</ItemGroup>
</Project>