Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 16:14:31 (14 years ago)
Author:
mkommend
Message:

changed HL3.3 x64 configuration (ticket #867)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r2790 r2803  
    3333    <WarningLevel>4</WarningLevel>
    3434    <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
     35  </PropertyGroup>
     36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     37    <DebugSymbols>true</DebugSymbols>
     38    <OutputPath>bin\x64\Debug\</OutputPath>
     39    <DefineConstants>DEBUG;TRACE</DefineConstants>
     40    <DebugType>full</DebugType>
     41    <PlatformTarget>x64</PlatformTarget>
     42    <ErrorReport>prompt</ErrorReport>
     43  </PropertyGroup>
     44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     45    <OutputPath>bin\x64\Release\</OutputPath>
     46    <DefineConstants>TRACE</DefineConstants>
     47    <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
     48    <Optimize>true</Optimize>
     49    <DebugType>pdbonly</DebugType>
     50    <PlatformTarget>x64</PlatformTarget>
     51    <ErrorReport>prompt</ErrorReport>
    3552  </PropertyGroup>
    3653  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.