30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../InnovEnergy.app.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.SaliMax</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../lib/Devices/Adam6060/Adam6060.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/AMPT/Ampt.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/Battery48TL/Battery48TL.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/EmuMeter/EmuMeter.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/Trumpf/TruConvertAc/TruConvertAc.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/Trumpf/TruConvertDc/TruConvertDc.csproj" />
|
|
<ProjectReference Include="../../lib/Devices/Trumpf/TruConvert/TruConvert.csproj" />
|
|
<ProjectReference Include="../../lib/StatusApi/StatusApi.csproj" />
|
|
<ProjectReference Include="../../lib/Utils/Utils.csproj" />
|
|
<PackageReference Include="CliWrap" Version="3.6.0" />
|
|
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
|
|
<PackageReference Include="Flurl.Http" Version="3.2.4" />
|
|
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
|
|
<ProjectReference Include="..\..\lib\Time\Time.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="src\StatusLog" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project> |