Component-oriented-programming/LibraryWinFormsApp/LibraryWinFormsApp.csproj

18 lines
628 B
XML
Raw Permalink Normal View History

2024-10-11 15:51:22 +04:00
<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="ComponentLibrary1" Version="1.0.0" />
<PackageReference Include="Library_var_4_lab_1" Version="1.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="YunusovComponentsLibrary" Version="1.0.1" />
</ItemGroup>
</Project>