PIbd-32_Shabunov_O.A._COP/FormsTesting/FormsTesting.csproj

15 lines
415 B
XML
Raw Permalink Normal View History

2024-09-10 21:45:18 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ShabComponentsLibrary\ShabComponentsLibrary.csproj" />
</ItemGroup>
</Project>