添加项目文件。
This commit is contained in:
23
滑动摩擦测试仪.csproj
Normal file
23
滑动摩擦测试仪.csproj
Normal 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>
|
||||
Reference in New Issue
Block a user