<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>InnovEnergy.App.EmuMeterDriver</RootNamespace> </PropertyGroup> <Import Project="../InnovEnergy.App.props" /> <ItemGroup> <ProjectReference Include="../../Lib/Devices/EmuMeter/EmuMeter.csproj" /> <ProjectReference Include="../../Lib/Protocols/DBus/DBus.csproj" /> <ProjectReference Include="../../Lib/Protocols/Modbus/Modbus.csproj" /> <ProjectReference Include="../../Lib/Utils/Utils.csproj" /> <ProjectReference Include="../../Lib/Victron/VeDBus/VeDBus.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="CliWrap" Version="3.6.0" /> </ItemGroup> </Project>