OpenHardwareMonitor.csproj
changeset 135 51a15cf90d22
parent 133 9ad699538c89
child 139 9611b4d9d898
     1.1 --- a/OpenHardwareMonitor.csproj	Sun Jun 06 11:07:57 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun Jun 06 14:44:53 2010 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -<?xml version="1.0" encoding="utf-8"?>
     1.5 +<?xml version="1.0" encoding="utf-8"?>
     1.6  <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1.7    <PropertyGroup>
     1.8      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     1.9 @@ -34,7 +34,6 @@
    1.10      <ErrorReport>prompt</ErrorReport>
    1.11      <WarningLevel>4</WarningLevel>
    1.12      <UseVSHostingProcess>false</UseVSHostingProcess>
    1.13 -    <DebugSymbols>false</DebugSymbols>
    1.14    </PropertyGroup>
    1.15    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Merge|AnyCPU' ">
    1.16      <OutputPath>bin\Merge\</OutputPath>
    1.17 @@ -44,12 +43,10 @@
    1.18      <UseVSHostingProcess>false</UseVSHostingProcess>
    1.19      <ErrorReport>prompt</ErrorReport>
    1.20      <OutputType>Module</OutputType>
    1.21 +    <DebugType>none</DebugType>
    1.22 +    <WarningLevel>4</WarningLevel>
    1.23    </PropertyGroup>
    1.24    <ItemGroup>
    1.25 -    <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3, processorArchitecture=MSIL">
    1.26 -      <SpecificVersion>False</SpecificVersion>
    1.27 -      <HintPath>External\Aga.Controls.dll</HintPath>
    1.28 -    </Reference>
    1.29      <Reference Include="System" />
    1.30      <Reference Include="System.Configuration" />
    1.31      <Reference Include="System.Data" />
    1.32 @@ -58,6 +55,10 @@
    1.33      <Reference Include="System.Web" />
    1.34      <Reference Include="System.Windows.Forms" />
    1.35      <Reference Include="System.Xml" />
    1.36 +    <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
    1.37 +      <SpecificVersion>False</SpecificVersion>
    1.38 +      <HintPath>External\Aga.Controls.dll</HintPath>
    1.39 +    </Reference>
    1.40    </ItemGroup>
    1.41    <ItemGroup>
    1.42      <Compile Include="GUI\CrashReportForm.cs">
    1.43 @@ -154,6 +155,7 @@
    1.44      <Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
    1.45      <Compile Include="Hardware\WinRing0.cs" />
    1.46      <Compile Include="Utilities\ReadOnlyArray.cs" />
    1.47 +    <Compile Include="Hardware\LPC\LMSensors.cs" />
    1.48    </ItemGroup>
    1.49    <ItemGroup>
    1.50      <EmbeddedResource Include="GUI\AboutBox.resx">