PIbd-32_Turner_I.A._COP_10/COP/WinForms/WinForms.csproj

19 lines
495 B
XML
Raw Normal View History

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>
<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>