添加项目文件。

This commit is contained in:
xyy
2026-03-11 16:42:31 +08:00
parent ab6c623f56
commit 84fae8c87c
61 changed files with 4314 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.1.0" />
<PackageReference Include="Microsoft.Office.Interop.Excel" Version="16.0.18925.20022" />
<PackageReference Include="NModbus4.NetCore" Version="3.0.0" />
<PackageReference Include="NPOI" Version="2.6.1" />
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
<PackageReference Include="OxyPlot.Wpf" Version="2.2.0" />
<PackageReference Include="SunnyUI" Version="3.8.7" />
<PackageReference Include="SunnyUI.Common" Version="3.8.7" />
<PackageReference Include="WinForms.DataVisualization" Version="1.10.0" />
</ItemGroup>
</Project>