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

    r1167 r1474  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{F18FD554-19B9-460C-9A49-4AA8D7245727}</ProjectGuid>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <PlatformTarget>x86</PlatformTarget>
     50    <ErrorReport>prompt</ErrorReport>
     51  </PropertyGroup>
     52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     53    <DebugSymbols>true</DebugSymbols>
     54    <OutputPath>bin\x64\Debug\</OutputPath>
     55    <DefineConstants>DEBUG;TRACE</DefineConstants>
     56    <DebugType>full</DebugType>
     57    <PlatformTarget>x64</PlatformTarget>
     58    <ErrorReport>prompt</ErrorReport>
     59  </PropertyGroup>
     60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     61    <OutputPath>bin\x64\Release\</OutputPath>
     62    <DefineConstants>TRACE</DefineConstants>
     63    <DocumentationFile>bin\Release\HeuristicLab.Operators.Metaprogramming-3.2.XML</DocumentationFile>
     64    <Optimize>true</Optimize>
     65    <DebugType>pdbonly</DebugType>
     66    <PlatformTarget>x64</PlatformTarget>
    5067    <ErrorReport>prompt</ErrorReport>
    5168  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.