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