KOP-PIbd-32-Katysheva-N-E/ComponentsLibrary/ComponentsLibrary - Backup.csproj

15 lines
365 B
XML
Raw Normal View History

2024-10-10 18:03:54 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
</ItemGroup>
</Project>