PIbd-31_Belianin.N.N_COP_8/Lab 4/Belianin_4/DesktopWithPlugins/DesktopWithPlugins.csproj
2024-10-23 17:38:42 +04:00

23 lines
721 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="..\DesktopWithMyVisualComponents\DesktopWithMyVisualComponents.csproj" />
<ProjectReference Include="..\EnterpriseContracts\EnterpriseContracts.csproj" />
<ProjectReference Include="..\PluginsConventionLibrary\PluginsConventionLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="FormMain.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>