PIbd-33_Dyakonov_R_R_COP_14/Lab4/Lab4.csproj
2024-10-29 12:53:39 +04:00

16 lines
458 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="..\ShopProducts\ShopProducts.csproj" />
</ItemGroup>
</Project>