26 lines
988 B
XML
26 lines
988 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.App.SinexcelCommunication</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Lib/Devices/BatteryDeligreen/BatteryDeligreen.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Devices\Amax5070\Amax5070.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Protocols\Modbus\Modbus.csproj" />
|
|
<ProjectReference Include="..\..\Lib\Units\Units.csproj" />
|
|
<ProjectReference Include="..\..\Sinexcel 12K TL\Sinexcel 12K TL.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>
|