tie namespace and assembly names to directory structure

This commit is contained in:
ig 2023-02-25 15:56:48 +01:00
parent 955b0e7118
commit 5a3ee3d37e
10 changed files with 1 additions and 54 deletions

View File

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

View File

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

View File

@ -1,11 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Devices.Battery48TL</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Utils/Utils.csproj" />
<ProjectReference Include="../../Protocols/Modbus/Modbus.csproj" />

View File

@ -1,11 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Devices.EmuMeter</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Utils/Utils.csproj" />
<ProjectReference Include="../../Protocols/Modbus/Modbus.csproj" />

View File

@ -1,13 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../../InnovEnergy.lib.props" />
<PropertyGroup>
<!-- <AssemblyName>InnovEnergy.Lib.Devices.Trumpf.TruConvert</AssemblyName>-->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../Utils/Utils.csproj" />
</ItemGroup>
</Project>

View File

@ -1,11 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Devices.Trumpf.TruConvertAc</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../Protocols/Modbus/Modbus.csproj" />

View File

@ -1,12 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Devices.Trumpf.TruConvertDc</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../Protocols/Modbus/Modbus.csproj" />
<ProjectReference Include="../TruConvert/TruConvert.csproj" />

View File

@ -4,8 +4,6 @@
<PropertyGroup>
<Description>DBus Library</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>InnovEnergy.Lib.Protocols.DBus</AssemblyName>
</PropertyGroup>
<ItemGroup>

View File

@ -1,11 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.Protocols.Modbus</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Utils/Utils.csproj" />
</ItemGroup>

View File

@ -1,12 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../InnovEnergy.lib.props" />
<PropertyGroup>
<AssemblyName>InnovEnergy.Lib.StatusApi</AssemblyName>
<!-- <OutputType>Exe</OutputType> -->
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Protocols/Modbus/Modbus.csproj" />
</ItemGroup>
@ -14,6 +8,3 @@
</Project>