Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/10 16:34:55 (14 years ago)
Author:
kgrading
Message:

various improvements (#828) concerning the stability of the server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj

    r2611 r2846  
    3333    <ErrorReport>prompt</ErrorReport>
    3434    <WarningLevel>4</WarningLevel>
     35  </PropertyGroup>
     36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     37    <DebugSymbols>true</DebugSymbols>
     38    <OutputPath>bin\x86\Debug\</OutputPath>
     39    <DefineConstants>DEBUG;TRACE</DefineConstants>
     40    <DebugType>full</DebugType>
     41    <PlatformTarget>x86</PlatformTarget>
     42    <ErrorReport>prompt</ErrorReport>
     43  </PropertyGroup>
     44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     45    <OutputPath>bin\x86\Release\</OutputPath>
     46    <DefineConstants>TRACE</DefineConstants>
     47    <Optimize>true</Optimize>
     48    <DebugType>pdbonly</DebugType>
     49    <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    <Optimize>true</Optimize>
     64    <DebugType>pdbonly</DebugType>
     65    <PlatformTarget>x64</PlatformTarget>
     66    <ErrorReport>prompt</ErrorReport>
    3567  </PropertyGroup>
    3668  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.