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

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