2023-02-16 12:57:06 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-02-25 15:04:41 +00:00
|
|
|
<Import Project="../../InnovEnergy.Lib.props" />
|
2023-07-03 12:59:48 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.Lib.Protocols.DBus</RootNamespace>
|
|
|
|
</PropertyGroup>
|
2023-02-16 12:57:06 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Description>DBus Library</Description>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2023-05-11 08:20:47 +00:00
|
|
|
<Configurations>Debug;Release;Release-Server</Configurations>
|
|
|
|
<Platforms>AnyCPU;linux-arm</Platforms>
|
2023-02-16 12:57:06 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.Reactive" Version="5.0.0" />
|
|
|
|
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
|
|
|
|
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|