OpenHardwareMonitor.csproj
changeset 130 80065ab20b84
parent 128 cea5477b4d72
child 133 9ad699538c89
     1.1 --- a/OpenHardwareMonitor.csproj	Sat May 29 13:49:20 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Thu Jun 03 22:40:18 2010 +0000
     1.3 @@ -52,10 +52,12 @@
     1.4      </Reference>
     1.5      <Reference Include="System" />
     1.6      <Reference Include="System.Configuration" />
     1.7 +    <Reference Include="System.Data" />
     1.8      <Reference Include="System.Drawing" />
     1.9      <Reference Include="System.Management" />
    1.10      <Reference Include="System.Web" />
    1.11      <Reference Include="System.Windows.Forms" />
    1.12 +    <Reference Include="System.Xml" />
    1.13    </ItemGroup>
    1.14    <ItemGroup>
    1.15      <Compile Include="GUI\CrashReportForm.cs">
    1.16 @@ -94,7 +96,8 @@
    1.17      <Compile Include="Hardware\IParameter.cs" />
    1.18      <Compile Include="Hardware\LPC\Chip.cs" />
    1.19      <Compile Include="Hardware\LPC\F718XX.cs" />
    1.20 -    <Compile Include="Hardware\LPC\LPCHardware.cs" />
    1.21 +    <Compile Include="Hardware\LPC\ISuperIO.cs" />
    1.22 +    <Compile Include="Hardware\Mainboard\SuperIOHardware.cs" />
    1.23      <Compile Include="Hardware\Mainboard\Mainboard.cs" />
    1.24      <Compile Include="Hardware\Mainboard\MainboardGroup.cs" />
    1.25      <Compile Include="Hardware\Mainboard\Model.cs" />