1.1 --- a/OpenHardwareMonitor.csproj Tue Feb 03 10:14:18 2015 +0100
1.2 +++ b/OpenHardwareMonitor.csproj Sat Jan 23 06:23:15 2016 +0100
1.3 @@ -65,6 +65,10 @@
1.4 <Reference Include="OxyPlot.WindowsForms">
1.5 <HintPath>External\OxyPlot.WindowsForms.dll</HintPath>
1.6 </Reference>
1.7 + <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
1.8 + <HintPath>packages\SharpLibDisplay.0.2.4\lib\net40\SharpLibDisplay.dll</HintPath>
1.9 + <Private>True</Private>
1.10 + </Reference>
1.11 <Reference Include="System" />
1.12 <Reference Include="System.Configuration.Install" />
1.13 <Reference Include="System.Drawing" />
1.14 @@ -116,8 +120,6 @@
1.15 <Compile Include="GUI\SensorNotifyIcon.cs" />
1.16 <Compile Include="GUI\SensorSharpDisplay.cs" />
1.17 <Compile Include="GUI\SharpDisplay.cs" />
1.18 - <Compile Include="GUI\SharpDisplayClient.cs" />
1.19 - <Compile Include="GUI\SharpDisplayInterface.cs" />
1.20 <Compile Include="GUI\ShowDesktop.cs" />
1.21 <Compile Include="GUI\SoundGraphDisplay.cs" />
1.22 <Compile Include="GUI\SoundGraphServer.cs" />
1.23 @@ -188,6 +190,7 @@
1.24 </ItemGroup>
1.25 <ItemGroup>
1.26 <None Include="App.config" />
1.27 + <None Include="packages.config" />
1.28 <None Include="Resources\app.manifest">
1.29 <SubType>Designer</SubType>
1.30 </None>