Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/09 18:32:44 (15 years ago)
Author:
abeham
Message:

Added missing platform configurations to some projects and the solution file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj

    r1693 r1739  
    5050    <WarningLevel>4</WarningLevel>
    5151  </PropertyGroup>
     52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     53    <DebugSymbols>true</DebugSymbols>
     54    <OutputPath>bin\x86\Debug\</OutputPath>
     55    <DefineConstants>DEBUG;TRACE</DefineConstants>
     56    <DebugType>full</DebugType>
     57    <PlatformTarget>x86</PlatformTarget>
     58    <ErrorReport>prompt</ErrorReport>
     59  </PropertyGroup>
     60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     61    <OutputPath>bin\x86\Release\</OutputPath>
     62    <DefineConstants>TRACE</DefineConstants>
     63    <Optimize>true</Optimize>
     64    <DebugType>pdbonly</DebugType>
     65    <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>
     82    <ErrorReport>prompt</ErrorReport>
     83  </PropertyGroup>
    5284  <ItemGroup>
    5385    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.