Files
Z173/Z173药用撞击器吸入粉雾剂粒径测定仪.csproj
2026-06-13 14:16:34 +08:00

18 lines
505 B
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="CommunityToolkit.Mvvm" Version="8.4.2" />
<PackageReference Include="EPPlus" Version="7.0.0" />
<PackageReference Include="NModbus4.Core" Version="1.0.2" />
</ItemGroup>
</Project>