PIbd-31_Razubaev_S_M_COP-10/WindowsFormAppPlugin/WindowsFormAppPlugin.csproj

25 lines
641 B
XML
Raw Normal View History

2024-11-13 16:00:48 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PluginConventionLibrary\PluginConventionLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="FormMain.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>