Innovenergy_trunk/csharp/App/SaliMax/SaliMax.csproj

29 lines
1.4 KiB
XML
Raw Normal View History

2023-02-25 15:04:41 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-05-11 08:20:47 +00:00
<PropertyGroup>
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
</PropertyGroup>
2023-02-25 15:04:41 +00:00
<Import Project="../InnovEnergy.App.props" />
<ItemGroup>
2023-04-04 14:37:37 +00:00
<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" />
<ProjectReference Include="../../Lib/Time/Time.csproj" />
2023-02-25 15:04:41 +00:00
</ItemGroup>
<ItemGroup>
2023-04-04 14:37:37 +00:00
<PackageReference Include="CliWrap" Version="3.6.0" />
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
2023-02-25 15:04:41 +00:00
</ItemGroup>
</Project>