2023-02-16 12:57:06 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-06-13 11:03:36 +00:00
|
|
|
<Import Project="../../InnovEnergy.Lib.props"/>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../../Utils/Utils.csproj"/>
|
|
|
|
|
|
|
|
<ProjectReference Include="../../SrcGen/SrcGen.csproj"
|
|
|
|
OutputItemType="Analyzer"
|
|
|
|
ReferenceOutputAssembly="false"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.IO.Ports" Version="7.0.0"/>
|
|
|
|
</ItemGroup>
|
2023-02-16 12:57:06 +00:00
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|