2025-11-20 11:10:53 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2025-11-20 14:17:34 +08:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2025-11-20 11:10:53 +08:00
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-11-20 12:10:18 +08:00
|
|
|
|
<ItemGroup>
|
2025-11-20 14:17:34 +08:00
|
|
|
|
<PackageReference Include="EPPlus" Version="4.5.3.3" />
|
2025-11-20 12:10:18 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-11-20 11:10:53 +08:00
|
|
|
|
</Project>
|