Innovenergy_trunk/csharp/Lib/Victron/VeDBus/VeDBus.csproj

24 lines
611 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
</PropertyGroup>
<Import Project="../../InnovEnergy.Lib.props" />
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.Victron.VeDBus</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../Protocols/DBus/DBus.csproj" />
<ProjectReference Include="../../Utils/Utils.csproj" />
</ItemGroup>
</Project>