Component-oriented-programming/LibraryPluginWinFormsApp/LibraryPluginWinFormsApp.csproj
2024-11-17 20:55:39 +04:00

19 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>
<PackageReference Include="LibraryPlugin" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="FormMain.cs" />
</ItemGroup>
</Project>