Seyounth.Auto.Hs/share/Seyounth.Auto.Plc/Seyounth.Auto.Plc.csproj

20 lines
489 B
XML
Raw Normal View History

2025-06-04 09:42:48 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\share\Seyounth.Auto.Hs.Runtime\Seyounth.Auto.Hs.Runtime.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="HslCommunication">
<HintPath>DLLFile\HslCommunication.dll</HintPath>
</Reference>
</ItemGroup>
</Project>