Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 21:32:20 (8 years ago)
Author:
gkronber
Message:

#2641: fixed build dependencies and configurations (of testfunctions.multiobjective)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r14130 r14168  
    3939  <PropertyGroup>
    4040    <StartupObject />
     41  </PropertyGroup>
     42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     43    <DebugSymbols>true</DebugSymbols>
     44    <OutputPath>..\..\bin\</OutputPath>
     45    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
     46    <DebugType>full</DebugType>
     47    <PlatformTarget>x64</PlatformTarget>
     48    <RunCodeAnalysis>true</RunCodeAnalysis>
     49    <ErrorReport>prompt</ErrorReport>
     50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     51  </PropertyGroup>
     52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     53    <OutputPath>..\..\bin\</OutputPath>
     54    <DefineConstants>TRACE</DefineConstants>
     55    <Optimize>true</Optimize>
     56    <DebugType>pdbonly</DebugType>
     57    <PlatformTarget>x64</PlatformTarget>
     58    <ErrorReport>prompt</ErrorReport>
     59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     60  </PropertyGroup>
     61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     62    <DebugSymbols>true</DebugSymbols>
     63    <OutputPath>..\..\bin\</OutputPath>
     64    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
     65    <DebugType>full</DebugType>
     66    <PlatformTarget>x86</PlatformTarget>
     67    <RunCodeAnalysis>true</RunCodeAnalysis>
     68    <ErrorReport>prompt</ErrorReport>
     69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     70  </PropertyGroup>
     71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     72    <OutputPath>..\..\bin\</OutputPath>
     73    <DefineConstants>TRACE</DefineConstants>
     74    <Optimize>true</Optimize>
     75    <DebugType>pdbonly</DebugType>
     76    <PlatformTarget>x86</PlatformTarget>
     77    <ErrorReport>prompt</ErrorReport>
     78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    4179  </PropertyGroup>
    4280  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.