<Project Sdk="Microsoft.NET.Sdk">
    <Import Project="../InnovEnergy.App.props" />

    <PropertyGroup>
        <RootNamespace>InnovEnergy.App.SaliMax</RootNamespace>
    </PropertyGroup>
    
    <ItemGroup>
        <PackageReference Version="3.2.4" Include="Flurl.Http" />
        <PackageReference Version="7.0.0" Include="Microsoft.Extensions.Logging" />
        <PackageReference Include="RabbitMQ.Client" Version="6.6.0" />
    </ItemGroup>

    <ItemGroup>
      <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" />
    </ItemGroup>

    <ItemGroup>
      <Folder Include="resources\" />
    </ItemGroup>

</Project>