Morozov_Pibd-32_KOP/VisEl/VisableComponents/VisableComponents.csproj
2023-10-13 17:33:04 +03:00

23 lines
562 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="MyCheckList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="MyTextBoxDate.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="MyTreeView.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
</Project>