Innovenergy_trunk/csharp/Lib/Channels/Channels.csproj

19 lines
456 B
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.Lib.props" />
<PropertyGroup>
<RootNamespace>InnovEnergy.Lib.Channels</RootNamespace>
</PropertyGroup>
2023-02-25 15:04:41 +00:00
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj" />
</ItemGroup>
</Project>