Added a WMI provider, documentation to follow.

This commit is contained in:
Paul Werelds
2010-10-16 13:29:06 +00:00
parent e7ab97fd84
commit ebc1e612d9
7 changed files with 243 additions and 23 deletions

View File

@@ -58,7 +58,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
@@ -126,6 +128,12 @@
<Compile Include="GUI\SensorNode.cs" />
<Compile Include="Utilities\EmbeddedResources.cs" />
<Compile Include="Utilities\IconFactory.cs" />
<Compile Include="WMIProvider\Hardware.cs" />
<Compile Include="WMIProvider\IWmiClass.cs" />
<Compile Include="WMIProvider\Sensor.cs" />
<Compile Include="WMIProvider\WMIProvider.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="GUI\AboutBox.resx">