Innovenergy_trunk/csharp/Lib/SysTools/SysTools.csproj

21 lines
562 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
</PropertyGroup>
<Import Project="../InnovEnergy.Lib.props" />
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.SysTools</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj" />
</ItemGroup>
</Project>