Files
MobilePhoneGrippingCuttingT…/医用刨削器特征新版8.csproj
2026-04-20 14:03:34 +08:00

35 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>False</GenerateTargetFrameworkAttribute>
<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>
<ItemGroup>
<ProjectReference Include="ModbusDemo4CS\ModbusDemo4CS.csproj" />
</ItemGroup>
</Project>