PIbd-32_Bulatova_K.R._COP_10/COP/Components/Components.csproj

18 lines
562 B
XML
Raw Permalink Normal View History

2024-09-16 13:08:15 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
2024-10-29 09:22:02 +04:00
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2024-09-16 13:08:15 +04:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspose.Words" Version="24.9.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
</ItemGroup>
2024-09-16 13:08:15 +04:00
</Project>