WinformsApp1/WinFormsApp1/WinFormsApp1.csproj

15 lines
384 B
XML
Raw Normal View History

2025-11-20 11:10:53 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.5.2" />
</ItemGroup>
2025-11-20 11:10:53 +08:00
</Project>