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

    r1468 r1474  
    6464    <DebugType>pdbonly</DebugType>
    6565    <PlatformTarget>x86</PlatformTarget>
     66    <ErrorReport>prompt</ErrorReport>
     67  </PropertyGroup>
     68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     69    <DebugSymbols>true</DebugSymbols>
     70    <OutputPath>bin\x64\Debug\</OutputPath>
     71    <DefineConstants>DEBUG;TRACE</DefineConstants>
     72    <DebugType>full</DebugType>
     73    <PlatformTarget>x64</PlatformTarget>
     74    <ErrorReport>prompt</ErrorReport>
     75  </PropertyGroup>
     76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     77    <OutputPath>bin\x64\Release\</OutputPath>
     78    <DefineConstants>TRACE</DefineConstants>
     79    <Optimize>true</Optimize>
     80    <DebugType>pdbonly</DebugType>
     81    <PlatformTarget>x64</PlatformTarget>
    6682    <ErrorReport>prompt</ErrorReport>
    6783  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.