12 lines
348 B
XML
12 lines
348 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../../../InnovEnergy.Lib.props" />
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="../../../Protocols/Modbus/Modbus.csproj" />
|
||
|
<ProjectReference Include="../TruConvert/TruConvert.csproj" />
|
||
|
<ProjectReference Include="../../../StatusApi/StatusApi.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
|
||
|
</Project>
|