PIbd-32_Turner_I.A._COP_10/COP/WinForms/WinForms.csproj
2023-10-11 21:23:26 +04:00

19 lines
495 B
XML

<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="Aspose.Words" Version="23.10.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VisualCompLib\VisualCompLib.csproj" />
</ItemGroup>
</Project>