OpenHardwareMonitor.csproj
changeset 403 1d10b3a8a235
parent 394 60a1e2b6ed71
child 405 5715aefd2bcc
     1.1 --- a/OpenHardwareMonitor.csproj	Thu Apr 18 23:25:10 2013 +0200
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun Sep 21 21:55:36 2014 +0200
     1.3 @@ -81,6 +81,8 @@
     1.4      <Reference Include="System.Configuration.Install" />
     1.5      <Reference Include="System.Drawing" />
     1.6      <Reference Include="System.Management" />
     1.7 +    <Reference Include="System.Runtime.Serialization" />
     1.8 +    <Reference Include="System.ServiceModel" />
     1.9      <Reference Include="System.Windows.Forms" />
    1.10      <Reference Include="System.Xml" />
    1.11      <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
    1.12 @@ -124,6 +126,9 @@
    1.13      <Compile Include="GUI\SensorFrontView.cs" />
    1.14      <Compile Include="GUI\SensorGadget.cs" />
    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\ShowDesktop.cs" />
    1.20      <Compile Include="GUI\SoundGraphDisplay.cs" />
    1.21      <Compile Include="GUI\SoundGraphServer.cs" />