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/HeuristicLab.csproj

    r1403 r1474  
    5454    <ErrorReport>prompt</ErrorReport>
    5555  </PropertyGroup>
    56   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release x64|x86' ">
    57     <OutputPath>bin\x86\Release x64\</OutputPath>
    58     <PlatformTarget>x86</PlatformTarget>
     56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     57    <DebugSymbols>true</DebugSymbols>
     58    <OutputPath>bin\x64\Debug\</OutputPath>
     59    <DefineConstants>TRACE;DEBUG</DefineConstants>
     60    <DebugType>full</DebugType>
     61    <PlatformTarget>x64</PlatformTarget>
     62    <ErrorReport>prompt</ErrorReport>
     63  </PropertyGroup>
     64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     65    <OutputPath>bin\x64\Release\</OutputPath>
     66    <DefineConstants>TRACE</DefineConstants>
     67    <Optimize>true</Optimize>
     68    <DebugType>pdbonly</DebugType>
     69    <PlatformTarget>x64</PlatformTarget>
     70    <ErrorReport>prompt</ErrorReport>
    5971  </PropertyGroup>
    6072  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.