OpenHardwareMonitor.csproj
changeset 111 2b8a8cf92c3a
parent 110 411b72b73d8f
child 118 407f98562c3b
     1.1 --- a/OpenHardwareMonitor.csproj	Sun May 09 16:22:13 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Fri May 14 22:30:06 2010 +0000
     1.3 @@ -34,6 +34,7 @@
     1.4      <ErrorReport>prompt</ErrorReport>
     1.5      <WarningLevel>4</WarningLevel>
     1.6      <UseVSHostingProcess>false</UseVSHostingProcess>
     1.7 +    <DebugSymbols>false</DebugSymbols>
     1.8    </PropertyGroup>
     1.9    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Merge|AnyCPU' ">
    1.10      <OutputPath>bin\Merge\</OutputPath>
    1.11 @@ -65,6 +66,7 @@
    1.12      <Compile Include="GUI\CrashReportForm.Designer.cs">
    1.13        <DependentUpon>CrashReportForm.cs</DependentUpon>
    1.14      </Compile>
    1.15 +    <Compile Include="GUI\Node.cs" />
    1.16      <Compile Include="GUI\ParameterForm.cs">
    1.17        <SubType>Form</SubType>
    1.18      </Compile>
    1.19 @@ -72,10 +74,10 @@
    1.20        <DependentUpon>ParameterForm.cs</DependentUpon>
    1.21      </Compile>
    1.22      <Compile Include="GUI\SensorNotifyIcon.cs" />
    1.23 -    <Compile Include="GUI\SensorProperties.cs" />
    1.24      <Compile Include="GUI\SensorSystemTray.cs" />
    1.25      <Compile Include="GUI\StartupManager.cs" />
    1.26      <Compile Include="GUI\TaskScheduler.cs" />
    1.27 +    <Compile Include="GUI\TreeModel.cs" />
    1.28      <Compile Include="GUI\TypeNode.cs" />
    1.29      <Compile Include="GUI\UpdateVisitor.cs" />
    1.30      <Compile Include="Hardware\CPU\AMD10CPU.cs" />