Innovenergy_trunk/csharp/App/EmuMeterDriver/EmuMeterDriver.csproj

25 lines
731 B
XML
Raw Normal View History

2023-02-25 15:04:41 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-09-11 09:31:02 +00:00
<PropertyGroup>
<RootNamespace>InnovEnergy.App.EmuMeterDriver</RootNamespace>
</PropertyGroup>
2023-02-25 15:04:41 +00:00
<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>
2023-09-11 09:31:02 +00:00
2023-02-25 15:04:41 +00:00
</Project>