KOP-PIbd-32-Katysheva-N-E/ComponentsView/ComponentsView.csproj
2024-09-16 21:05:40 +04:00

15 lines
407 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="..\ComponentsLibrary\ComponentsLibrary.csproj" />
</ItemGroup>
</Project>