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

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