2026-03-11 16:42:31 +08:00
|
|
|
|
<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>
|
|
|
|
|
|
|
2026-03-23 17:31:25 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="AlarmScrollingText.cs">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2026-03-11 16:42:31 +08:00
|
|
|
|
</Project>
|