OpenHardwareMonitorLib.csproj
changeset 171 81ab5e53122e
parent 167 b7cc9d09aefe
child 191 6545fa3ae298
     1.1 --- a/OpenHardwareMonitorLib.csproj	Tue Aug 17 21:44:02 2010 +0000
     1.2 +++ b/OpenHardwareMonitorLib.csproj	Sun Aug 22 21:53:11 2010 +0000
     1.3 @@ -71,6 +71,8 @@
     1.4      <Compile Include="Hardware\HDD\HDD.cs" />
     1.5      <Compile Include="Hardware\HDD\HDDGroup.cs" />
     1.6      <Compile Include="Hardware\HDD\SMART.cs" />
     1.7 +    <Compile Include="Hardware\Heatmaster\Heatmaster.cs" />
     1.8 +    <Compile Include="Hardware\Heatmaster\HeatmasterGroup.cs" />
     1.9      <Compile Include="Hardware\IComputer.cs" />
    1.10      <Compile Include="Hardware\Identifier.cs" />
    1.11      <Compile Include="Hardware\IElement.cs" />
    1.12 @@ -128,6 +130,7 @@
    1.13        <Install>true</Install>
    1.14      </BootstrapperPackage>
    1.15    </ItemGroup>
    1.16 +  <ItemGroup />
    1.17    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.18    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.19         Other similar extension points exist, see Microsoft.Common.targets.