Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8305


Ignore:
Timestamp:
07/19/12 14:15:04 (12 years ago)
Author:
ascheibe
Message:

#1331 added missing build configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj

    r8086 r8305  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\bin\</OutputPath>
     20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>..\..\bin\</OutputPath>
     29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
    3232    <WarningLevel>4</WarningLevel>
     33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     34  </PropertyGroup>
     35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     36    <DebugSymbols>true</DebugSymbols>
     37    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     38    <DefineConstants>DEBUG;TRACE</DefineConstants>
     39    <DebugType>full</DebugType>
     40    <PlatformTarget>x86</PlatformTarget>
     41    <ErrorReport>prompt</ErrorReport>
     42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     43  </PropertyGroup>
     44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     46    <DefineConstants>TRACE</DefineConstants>
     47    <Optimize>true</Optimize>
     48    <DebugType>pdbonly</DebugType>
     49    <PlatformTarget>x86</PlatformTarget>
     50    <ErrorReport>prompt</ErrorReport>
     51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     52  </PropertyGroup>
     53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     54    <DebugSymbols>true</DebugSymbols>
     55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     56    <DefineConstants>DEBUG;TRACE</DefineConstants>
     57    <DebugType>full</DebugType>
     58    <PlatformTarget>x64</PlatformTarget>
     59    <ErrorReport>prompt</ErrorReport>
     60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61  </PropertyGroup>
     62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
     64    <DefineConstants>TRACE</DefineConstants>
     65    <Optimize>true</Optimize>
     66    <DebugType>pdbonly</DebugType>
     67    <PlatformTarget>x64</PlatformTarget>
     68    <ErrorReport>prompt</ErrorReport>
     69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3370  </PropertyGroup>
    3471  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.