22 lines
502 B
XML
22 lines
502 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<!-- <Import Project="../../InnovEnergy.Lib.props"/>-->
|
|
|
|
<Import Project="../../../App/InnovEnergy.App.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>
|
|
|
|
|
|
|
|
|
|
|