2023-09-12 10:34:19 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-10-20 22:56:51 +04:00
|
|
|
|
<TargetFramework>net7.0-windows</TargetFramework>
|
2023-09-12 10:34:19 +04:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-09-13 14:47:07 +04:00
|
|
|
|
<OutputType>Library</OutputType>
|
2023-09-12 10:34:19 +04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-10-05 21:35:43 +04:00
|
|
|
|
<ItemGroup>
|
2023-10-06 21:29:34 +04:00
|
|
|
|
<PackageReference Include="Aspose.Words" Version="23.10.0" />
|
2023-10-05 21:35:43 +04:00
|
|
|
|
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
|
|
|
|
|
<PackageReference Include="FreeSpire.Doc" Version="11.6.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-12 11:25:18 +04:00
|
|
|
|
</Project>
|