Seyounth.Auto.Hs/share/Seyounth.Auto.Plc/Seyounth.Auto.Plc.csproj
syc_zhaoqianyan 66fc5b3b19 1.扫码枪实现
2.体重秤实现
3.打印机实现
2025-07-01 14:20:07 +08:00

19 lines
455 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Seyounth.Extensions.Plc" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="HslCommunication">
<HintPath>DLLFile\HslCommunication.dll</HintPath>
</Reference>
</ItemGroup>
</Project>