Files
huadongmocaceshiyi/滑动摩擦测试仪.csproj
2026-03-24 19:34:22 +08:00

30 lines
1.0 KiB
XML

<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>
<ItemGroup>
<Compile Update="AlarmScrollingText.cs">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Compile>
</ItemGroup>
</Project>