OpenHardwareMonitorLib.csproj
changeset 391 ca4c0e7ae75d
parent 372 2de3a3e5f0b5
child 394 60a1e2b6ed71
     1.1 --- a/OpenHardwareMonitorLib.csproj	Mon Nov 19 21:05:41 2012 +0000
     1.2 +++ b/OpenHardwareMonitorLib.csproj	Sun Feb 03 18:01:50 2013 +0100
     1.3 @@ -51,6 +51,23 @@
     1.4      <WarningLevel>4</WarningLevel>
     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 +    <ErrorReport>prompt</ErrorReport>
    1.22 +    <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
    1.23 +  </PropertyGroup>
    1.24    <ItemGroup>
    1.25      <Reference Include="System" />
    1.26      <Reference Include="System.Management" />