Mini8CommunicatorModbus.csproj 640 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\..\CommunicationProtocols\ModBusTcp\ModBusTcp.csproj" />
  10. <ProjectReference Include="..\..\..\CommunicationProtocols\ProtocalGeneral\ProtocalGeneral.csproj" />
  11. <ProjectReference Include="..\..\..\Universal\Universal.csproj" />
  12. <ProjectReference Include="..\IMini8Communicator\Mini8Communicator.csproj" />
  13. </ItemGroup>
  14. </Project>