OpenHardwareMonitor.csproj
changeset 110 411b72b73d8f
parent 109 70d0c3102424
child 111 2b8a8cf92c3a
     1.1 --- a/OpenHardwareMonitor.csproj	Thu May 06 19:20:38 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun May 09 16:22:13 2010 +0000
     1.3 @@ -72,10 +72,12 @@
     1.4        <DependentUpon>ParameterForm.cs</DependentUpon>
     1.5      </Compile>
     1.6      <Compile Include="GUI\SensorNotifyIcon.cs" />
     1.7 +    <Compile Include="GUI\SensorProperties.cs" />
     1.8      <Compile Include="GUI\SensorSystemTray.cs" />
     1.9      <Compile Include="GUI\StartupManager.cs" />
    1.10      <Compile Include="GUI\TaskScheduler.cs" />
    1.11      <Compile Include="GUI\TypeNode.cs" />
    1.12 +    <Compile Include="GUI\UpdateVisitor.cs" />
    1.13      <Compile Include="Hardware\CPU\AMD10CPU.cs" />
    1.14      <Compile Include="Hardware\CPU\AMD0FCPU.cs" />
    1.15      <Compile Include="Hardware\CPU\CPUID.cs" />
    1.16 @@ -86,6 +88,8 @@
    1.17      <Compile Include="Hardware\HDD\SMART.cs" />
    1.18      <Compile Include="Hardware\IComputer.cs" />
    1.19      <Compile Include="Hardware\Identifier.cs" />
    1.20 +    <Compile Include="Hardware\IElement.cs" />
    1.21 +    <Compile Include="Hardware\IVisitor.cs" />
    1.22      <Compile Include="Hardware\IParameter.cs" />
    1.23      <Compile Include="Hardware\LPC\Chip.cs" />
    1.24      <Compile Include="Hardware\LPC\F718XX.cs" />
    1.25 @@ -115,7 +119,7 @@
    1.26      <Compile Include="Hardware\IHardware.cs" />
    1.27      <Compile Include="Hardware\ISensor.cs" />
    1.28      <Compile Include="Hardware\LPC\IT87XX.cs" />
    1.29 -    <Compile Include="Hardware\LPC\LPCGroup.cs" />
    1.30 +    <Compile Include="Hardware\LPC\LPCIO.cs" />
    1.31      <Compile Include="GUI\MainForm.cs">
    1.32        <SubType>Form</SubType>
    1.33      </Compile>