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

    r1471 r1474  
    3131    <ErrorReport>prompt</ErrorReport>
    3232    <WarningLevel>4</WarningLevel>
     33  </PropertyGroup>
     34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     35    <DebugSymbols>true</DebugSymbols>
     36    <OutputPath>bin\x64\Debug\</OutputPath>
     37    <DefineConstants>TRACE;DEBUG</DefineConstants>
     38    <DebugType>full</DebugType>
     39    <PlatformTarget>x64</PlatformTarget>
     40    <ErrorReport>prompt</ErrorReport>
     41  </PropertyGroup>
     42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     43    <OutputPath>bin\x64\Release\</OutputPath>
     44    <DefineConstants>TRACE</DefineConstants>
     45    <Optimize>true</Optimize>
     46    <DebugType>pdbonly</DebugType>
     47    <PlatformTarget>x64</PlatformTarget>
     48    <ErrorReport>prompt</ErrorReport>
     49  </PropertyGroup>
     50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     51    <DebugSymbols>true</DebugSymbols>
     52    <OutputPath>bin\x86\Debug\</OutputPath>
     53    <DefineConstants>TRACE;DEBUG</DefineConstants>
     54    <DebugType>full</DebugType>
     55    <PlatformTarget>x86</PlatformTarget>
     56    <ErrorReport>prompt</ErrorReport>
     57  </PropertyGroup>
     58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     59    <OutputPath>bin\x86\Release\</OutputPath>
     60    <DefineConstants>TRACE</DefineConstants>
     61    <Optimize>true</Optimize>
     62    <DebugType>pdbonly</DebugType>
     63    <PlatformTarget>x86</PlatformTarget>
     64    <ErrorReport>prompt</ErrorReport>
    3365  </PropertyGroup>
    3466  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.