This commit is contained in:
C9Glax 2022-05-11 19:04:15 +02:00
parent b38f99670f
commit d76a9baf3a

View File

@ -8,7 +8,12 @@
<ItemGroup>
<ProjectReference Include="..\Graph\Graph.csproj" />
<ProjectReference Include="..\Logging\Logging.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Logging">
<HintPath>..\..\Logging\Logging\bin\Debug\net6.0\Logging.dll</HintPath>
</Reference>
</ItemGroup>
</Project>