Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/17 11:25:19 (7 years ago)
Author:
gkronber
Message:

#745: merged r14846,14847,r14871 from trunk to stable

Location:
stable/HeuristicLab.Algorithms.DataAnalysis.Glmnet
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj

    r14846 r15146  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     22    <OutputPath>..\..\bin\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    3030    <DebugType>pdbonly</DebugType>
    3131    <Optimize>true</Optimize>
    32     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     32    <OutputPath>..\..\bin\</OutputPath>
    3333    <DefineConstants>TRACE</DefineConstants>
    3434    <ErrorReport>prompt</ErrorReport>
     
    4646  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4747    <DebugSymbols>true</DebugSymbols>
    48     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     48    <OutputPath>..\..\bin\</OutputPath>
    4949    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5050    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    5454  </PropertyGroup>
    5555  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    56     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     56    <OutputPath>..\..\bin\</OutputPath>
    5757    <DefineConstants>TRACE</DefineConstants>
    5858    <Optimize>true</Optimize>
     
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     65    <OutputPath>..\..\bin\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    7171  </PropertyGroup>
    7272  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    73     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\bin\</OutputPath>
    7474    <DefineConstants>TRACE</DefineConstants>
    7575    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.