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

16 lines
431 B
XML
Raw Normal View History

2024-09-30 22:43:40 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-09-30 23:54:03 +04:00
<ItemGroup>
2024-10-28 20:23:38 +04:00
<PackageReference Include="Aspose.Words" Version="24.10.0" />
2024-09-30 23:54:03 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
</ItemGroup>
2024-09-30 22:43:40 +04:00
</Project>