Add project for Adam6360D

This commit is contained in:
ig 2023-05-26 11:41:03 +02:00
parent b68542db27
commit 671e9963e6
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Devices.Adam6060</AssemblyName>
<RootNamespace>InnovEnergy.Lib.Devices.Adam6060</RootNamespace>
<!-- <OutputType>Exe</OutputType> -->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Protocols/Modbus/Modbus.csproj" />
</ItemGroup>
</Project>