Files
PIbd-32_BuslaevRoman_KOP/ReportPlugin.ExcelBigText/ReportPlugin.ExcelBigText.csproj
2025-10-21 13:17:55 +04:00

19 lines
474 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.102.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ComponentOrientedPlatform\ComponentOrientedPlatform.csproj" />
</ItemGroup>
</Project>