Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/09 16:42:27 (15 years ago)
Author:
abeham
Message:

Added x64 and x86 configurations to all projects
Removed "Release x64" configuration from HeuristicLab.csproj (is covered by Release|x64)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SGA/HeuristicLab.SGA.csproj

    r1225 r1474  
    5151    <DebugType>pdbonly</DebugType>
    5252    <PlatformTarget>x86</PlatformTarget>
     53    <ErrorReport>prompt</ErrorReport>
     54  </PropertyGroup>
     55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     56    <DebugSymbols>true</DebugSymbols>
     57    <OutputPath>bin\x64\Debug\</OutputPath>
     58    <DefineConstants>DEBUG;TRACE</DefineConstants>
     59    <DebugType>full</DebugType>
     60    <PlatformTarget>x64</PlatformTarget>
     61    <ErrorReport>prompt</ErrorReport>
     62  </PropertyGroup>
     63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     64    <OutputPath>bin\x64\Release\</OutputPath>
     65    <DefineConstants>TRACE</DefineConstants>
     66    <DocumentationFile>bin\Release\HeuristicLab.SGA-3.2.XML</DocumentationFile>
     67    <Optimize>true</Optimize>
     68    <DebugType>pdbonly</DebugType>
     69    <PlatformTarget>x64</PlatformTarget>
    5370    <ErrorReport>prompt</ErrorReport>
    5471  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.