PIbd-32_Turner_I.A._COP_10/COP/WinFormsByPlugins/WinFormsByPlugins.csproj
ityurner02@mail.ru 9ecf656150 ЛР4
2023-10-31 22:44:35 +04:00

16 lines
450 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="..\Plugins\Plugins.csproj" />
<ProjectReference Include="..\WinForms\WinForms.csproj" />
</ItemGroup>
</Project>