PIbd-23_Vrazhkin_S_A_Electr.../lab1/ElectricLocomotive.csproj

23 lines
427 B
XML
Raw Normal View History

2023-09-19 19:04:33 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2023-10-17 13:49:31 +04:00
<ItemGroup>
<Compile Update="FormLocomotivCollection.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
2023-09-19 19:04:33 +04:00
</Project>