2023-09-13 18:53:06 +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>
|
|
|
|
|
|
2023-10-11 21:23:26 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Aspose.Words" Version="23.10.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-15 19:31:01 +04:00
|
|
|
|
<ItemGroup>
|
2023-09-28 20:53:57 +04:00
|
|
|
|
<ProjectReference Include="..\VisualCompLib\VisualCompLib.csproj" />
|
2023-09-15 19:31:01 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-13 18:53:06 +04:00
|
|
|
|
</Project>
|