Innovenergy_trunk/csharp/Lib/Logging/Logging.csproj

17 lines
412 B
XML
Raw Normal View History

2023-06-13 11:02:36 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../InnovEnergy.Lib.props" />
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj"/>
<ProjectReference Include="../SrcGen/SrcGen.csproj"
PrivateAssets="all"
ReferenceOutputAssembly="false"
OutputItemType="Analyzer"/>
</ItemGroup>
</Project>