OpenHardwareMonitor.csproj
changeset 391 ca4c0e7ae75d
parent 373 3b8443edb0e6
child 394 60a1e2b6ed71
     1.1 --- a/OpenHardwareMonitor.csproj	Mon Nov 19 21:05:41 2012 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun Feb 03 18:01:50 2013 +0100
     1.3 @@ -57,6 +57,24 @@
     1.4      <UseVSHostingProcess>false</UseVSHostingProcess>
     1.5      <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     1.6    </PropertyGroup>
     1.7 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     1.8 +    <DebugSymbols>true</DebugSymbols>
     1.9 +    <OutputPath>bin\x86\Debug\</OutputPath>
    1.10 +    <DefineConstants>TRACE;DEBUG</DefineConstants>
    1.11 +    <DebugType>full</DebugType>
    1.12 +    <PlatformTarget>x86</PlatformTarget>
    1.13 +    <ErrorReport>prompt</ErrorReport>
    1.14 +    <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
    1.15 +  </PropertyGroup>
    1.16 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.17 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.18 +    <DefineConstants>TRACE</DefineConstants>
    1.19 +    <Optimize>true</Optimize>
    1.20 +    <PlatformTarget>x86</PlatformTarget>
    1.21 +    <UseVSHostingProcess>false</UseVSHostingProcess>
    1.22 +    <ErrorReport>prompt</ErrorReport>
    1.23 +    <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
    1.24 +  </PropertyGroup>
    1.25    <ItemGroup>
    1.26      <Reference Include="System" />
    1.27      <Reference Include="System.Configuration.Install" />
    1.28 @@ -102,9 +120,11 @@
    1.29      <Compile Include="GUI\ParameterForm.Designer.cs">
    1.30        <DependentUpon>ParameterForm.cs</DependentUpon>
    1.31      </Compile>
    1.32 +    <Compile Include="GUI\SensorFrontView.cs" />
    1.33      <Compile Include="GUI\SensorGadget.cs" />
    1.34      <Compile Include="GUI\SensorNotifyIcon.cs" />
    1.35      <Compile Include="GUI\ShowDesktop.cs" />
    1.36 +    <Compile Include="GUI\SoundGraphDisplay.cs" />
    1.37      <Compile Include="GUI\SplitContainerAdv.cs">
    1.38        <SubType>Component</SubType>
    1.39      </Compile>