Innovenergy_trunk/csharp/Lib/Devices/PLVario2Meter/PLVario2Meter.csproj

18 lines
582 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>InnovEnergy.Lib.Devices.PLVario2Meter</RootNamespace>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Protocols\Modbus\Modbus.csproj" />
<ProjectReference Include="..\..\StatusApi\StatusApi.csproj" />
<ProjectReference Include="..\..\Units\Units.csproj" />
</ItemGroup>
</Project>