25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.KacoCommunication</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Lib\Devices\BatteryDeligreen\BatteryDeligreen.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Devices\Kaco92L3\Kaco92L3.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Devices\PLVario2Meter\PLVario2Meter.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Devices\Trumpf\TruConvertDc\TruConvertDc.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Units\Units.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Utils\Utils.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Flurl.Http" Version="4.0.2" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|