1.1 --- a/OpenHardwareMonitor.csproj Tue May 04 17:32:41 2010 +0000
1.2 +++ b/OpenHardwareMonitor.csproj Thu May 06 19:20:38 2010 +0000
1.3 @@ -85,6 +85,7 @@
1.4 <Compile Include="Hardware\HDD\HDDGroup.cs" />
1.5 <Compile Include="Hardware\HDD\SMART.cs" />
1.6 <Compile Include="Hardware\IComputer.cs" />
1.7 + <Compile Include="Hardware\Identifier.cs" />
1.8 <Compile Include="Hardware\IParameter.cs" />
1.9 <Compile Include="Hardware\LPC\Chip.cs" />
1.10 <Compile Include="Hardware\LPC\F718XX.cs" />
1.11 @@ -127,6 +128,7 @@
1.12 <Compile Include="Utilities\HexStringArray.cs" />
1.13 <Compile Include="Utilities\IconFactory.cs" />
1.14 <Compile Include="Utilities\IReadOnlyArray.cs" />
1.15 + <Compile Include="Utilities\ListSet.cs" />
1.16 <Compile Include="Utilities\PInvokeDelegateFactory.cs" />
1.17 <Compile Include="GUI\PlotPanel.cs">
1.18 <SubType>UserControl</SubType>