tie namespace and assembly names to directory structure
This commit is contained in:
parent
955b0e7118
commit
5a3ee3d37e
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<PropertyGroup>
|
||||
<Description>DBus Library</Description>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyName>InnovEnergy.Lib.Protocols.DBus</AssemblyName>
|
||||
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue