20 lines
435 B
XML
20 lines
435 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../../InnovEnergy.Lib.props" />
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="../../Protocols/Modbus/Modbus.csproj" />
|
||
|
<ProjectReference Include="../../Utils/Utils.csproj" />
|
||
|
<ProjectReference Include="../../StatusApi/StatusApi.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|