12 lines
351 B
XML
12 lines
351 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
</PropertyGroup>
|
|
<Import Project="../../../InnovEnergy.Lib.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Protocols\Modbus\Modbus.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|