PIbd-23_Vrazhkin_S_A_Electr.../lab1/ElectricLocomotive.csproj
2023-10-17 13:49:31 +04:00

23 lines
427 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="FormLocomotivCollection.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>