24 lines
847 B
XML
24 lines
847 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../InnovEnergy.app.props" />
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<RootNamespace>InnovEnergy.GuiFeeder</RootNamespace>
|
||
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="../../lib/DBus/DBus.csproj" />
|
||
|
<ProjectReference Include="../../lib/Utils/Utils.csproj" />
|
||
|
<ProjectReference Include="../../lib/VeDBus/VeDBus.csproj" />
|
||
|
<ProjectReference Include="..\..\lib\Victron\VeDBus\VeDBus.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Newtonsoft.Json">
|
||
|
<HintPath>..\..\..\..\..\..\.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|