2023-02-16 12:57:06 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-07-04 07:09:50 +00:00
|
|
|
|
2023-02-25 15:04:41 +00:00
|
|
|
<Import Project="../InnovEnergy.App.props" />
|
2023-02-16 12:57:06 +00:00
|
|
|
|
2023-07-03 12:59:48 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.App.RemoteSupportConsole</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-02-16 12:57:06 +00:00
|
|
|
<ItemGroup>
|
2023-02-25 15:04:41 +00:00
|
|
|
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
|
|
|
|
<ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" />
|
2023-02-16 12:57:06 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CliWrap" Version="3.6.0" />
|
|
|
|
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|