2023-02-16 12:57:06 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2023-02-25 15:04:41 +00:00
|
|
|
<Import Project="../../InnovEnergy.Lib.props" />
|
2023-02-16 12:57:06 +00:00
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
</PropertyGroup>
|
2023-05-11 08:20:47 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
|
|
|
</PropertyGroup>
|
2023-02-16 12:57:06 +00:00
|
|
|
|
2023-07-04 08:23:12 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.Lib.Victron.VictronVRM</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-02-16 12:57:06 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../../Utils/Utils.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Flurl.Http" Version="3.2.0" />
|
|
|
|
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
|
|
|
|
<PackageReference Include="System.Text.Json" Version="6.0.2" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|