PIbd-31_Shanygin.A.V._COP_27/ComponentOrientedProgramming/WinFormsTest/WinFormsTest.csproj

16 lines
498 B
XML
Raw Normal View History

2024-09-09 22:02:46 +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>
<ItemGroup>
<ProjectReference Include="..\CreateVisualComponent\CreateVisualComponent.csproj" />
2024-09-19 19:34:15 +04:00
<ProjectReference Include="..\NotVisualComponent\NotVisualComponent.csproj" />
2024-09-09 22:02:46 +04:00
</ItemGroup>
</Project>