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

25 lines
675 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>
<ProjectReference Include="..\UnvisableComponents\UnvisableComponents.csproj" />
<ProjectReference Include="..\VisableComponents\VisableComponents.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Lab2.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>