17 lines
412 B
XML
17 lines
412 B
XML
<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>
|