2023-02-25 15:04:41 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.App.props" />
|
|
|
|
|
2023-07-03 12:59:48 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.App.SaliMax</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-02-25 15:04:41 +00:00
|
|
|
<ItemGroup>
|
2023-06-13 10:53:17 +00:00
|
|
|
<PackageReference Version="3.2.4" Include="Flurl.Http" />
|
|
|
|
<PackageReference Version="7.0.0" Include="Microsoft.Extensions.Logging" />
|
2023-11-02 14:50:04 +00:00
|
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
|
2023-02-25 15:04:41 +00:00
|
|
|
</ItemGroup>
|
2023-06-13 10:53:17 +00:00
|
|
|
|
2023-02-25 15:04:41 +00:00
|
|
|
<ItemGroup>
|
2023-06-13 10:53:17 +00:00
|
|
|
<ProjectReference Include="../../Lib/Devices/Adam6360D/Adam6360D.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/AMPT/Ampt.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/Battery48TL/Battery48TL.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/EmuMeter/EmuMeter.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/Trumpf/SystemControl/SystemControl.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Units/Units.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
|
2023-02-25 15:04:41 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-09-04 13:57:26 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="resources\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-07-03 12:23:58 +00:00
|
|
|
</Project>
|