PIbd-32_Turner_I.A._COP_10/COP/WinForms/WinForms.csproj

15 lines
411 B
XML
Raw Normal View History

2023-09-13 18:53:06 +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>
2023-09-15 19:31:01 +04:00
<ItemGroup>
<ProjectReference Include="..\VisualComponentsLib\VisualComponentsLib.csproj" />
</ItemGroup>
2023-09-13 18:53:06 +04:00
</Project>