1.1 --- a/OpenHardwareMonitor.csproj Thu Oct 14 17:30:51 2010 +0000
1.2 +++ b/OpenHardwareMonitor.csproj Sat Oct 16 13:29:06 2010 +0000
1.3 @@ -58,7 +58,9 @@
1.4 </PropertyGroup>
1.5 <ItemGroup>
1.6 <Reference Include="System" />
1.7 + <Reference Include="System.Configuration.Install" />
1.8 <Reference Include="System.Drawing" />
1.9 + <Reference Include="System.Management" />
1.10 <Reference Include="System.Windows.Forms" />
1.11 <Reference Include="System.Xml" />
1.12 <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
1.13 @@ -126,6 +128,12 @@
1.14 <Compile Include="GUI\SensorNode.cs" />
1.15 <Compile Include="Utilities\EmbeddedResources.cs" />
1.16 <Compile Include="Utilities\IconFactory.cs" />
1.17 + <Compile Include="WMIProvider\Hardware.cs" />
1.18 + <Compile Include="WMIProvider\IWmiClass.cs" />
1.19 + <Compile Include="WMIProvider\Sensor.cs" />
1.20 + <Compile Include="WMIProvider\WMIProvider.cs">
1.21 + <SubType>Component</SubType>
1.22 + </Compile>
1.23 </ItemGroup>
1.24 <ItemGroup>
1.25 <EmbeddedResource Include="GUI\AboutBox.resx">