PIbd-31_Rodionov.I.A._COP_28/COP/WinForms/WinForms.csproj

15 lines
403 B
XML
Raw Normal View History

2024-09-05 19:32:10 +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>
2024-09-21 11:26:26 +04:00
<ItemGroup>
<ProjectReference Include="..\RodionovLibrary\RodionovLibrary.csproj" />
</ItemGroup>
2024-09-05 19:32:10 +04:00
</Project>