Files
paoxiaoqi/医用刨削器特征新版8.csproj

29 lines
832 B
XML
Raw Normal View History

2026-01-16 20:55:07 +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>
<Compile Remove="CurveWindow.xaml.cs" />
</ItemGroup>
<ItemGroup>
<Page Remove="CurveWindow.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NModbus4" Version="2.1.0" />
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
<PackageReference Include="OxyPlot.Wpf" Version="2.2.0" />
<PackageReference Include="PdfSharpCore" Version="1.3.67" />
<PackageReference Include="SunnyUI" Version="3.9.0" />
<PackageReference Include="System.IO.Ports" Version="10.0.1" />
</ItemGroup>
</Project>