Innovenergy_trunk/csharp/Sinexcel 12K TL/Sinexcel 12K TL.csproj

17 lines
517 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>InnovEnergy.Lib.Devices.Sinexcel_12K_TL;</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Lib\Protocols\Modbus\Modbus.csproj" />
<ProjectReference Include="..\Lib\Units\Units.csproj" />
</ItemGroup>
</Project>