2023-09-21 21:56:08 +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-11-16 19:05:42 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Aspose.Cells" Version="23.9.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CustomComponents\CustomComponents.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-09-21 21:56:08 +04:00
|
|
|
|
</Project>
|