Innovenergy_trunk/csharp/App/BmsTunnel/BmsTunnel.csproj

19 lines
478 B
XML
Raw Permalink Normal View History

2023-02-16 12:57:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-25 15:04:41 +00:00
<Import Project="../InnovEnergy.App.props" />
2023-02-16 12:57:06 +00:00
<PropertyGroup>
<RootNamespace>InnovEnergy.App.BmsTunnel</RootNamespace>
</PropertyGroup>
2023-02-16 12:57:06 +00:00
<ItemGroup>
2023-02-22 17:31:18 +00:00
<PackageReference Include="CliWrap" Version="3.6.0" />
2023-02-16 12:57:06 +00:00
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
2023-02-25 15:04:41 +00:00
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
2023-02-16 12:57:06 +00:00
</ItemGroup>
</Project>