Innovenergy_trunk/csharp/Lib/Protocols/Modbus/Modbus.csproj

27 lines
599 B
XML
Raw Normal View History

2023-02-16 12:57:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-06-13 11:03:36 +00:00
<Import Project="../../InnovEnergy.Lib.props"/>
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.Protocols.Modbus</RootNamespace>
</PropertyGroup>
2023-06-13 11:03:36 +00:00
<ItemGroup>
<ProjectReference Include="../../Utils/Utils.csproj"/>
<ProjectReference Include="../../SrcGen/SrcGen.csproj"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.Ports" Version="7.0.0"/>
</ItemGroup>
2023-02-16 12:57:06 +00:00
</Project>