Add ExternalHelpers project and move all externally acquired dependencies there

This commit is contained in:
Kamil Trzciński 2022-11-20 15:12:12 +01:00
parent b06ac16fba
commit e376b9dcc8
24 changed files with 457 additions and 574 deletions

View file

@ -18,6 +18,7 @@
<ItemGroup>
<ProjectReference Include="..\CommonHelpers\CommonHelpers.csproj" />
<ProjectReference Include="..\ExternalHelpers\ExternalHelpers.csproj" />
</ItemGroup>
<ItemGroup>

View file

@ -1,5 +1,5 @@
using CommonHelpers;
using CommonHelpers.FromLibreHardwareMonitor;
using ExternalHelpers;
using FanControl.Properties;
using System;
using System.Collections.Generic;