OpenOfficeZellenSummierer/ZellenSummierer/ZellenSummierer.csproj

15 lines
400 B
XML
Raw Permalink Normal View History

2022-08-03 16:03:08 +02: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="GemBox.Spreadsheet" Version="49.0.1039" />
</ItemGroup>
</Project>