Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/19 20:59:44 (5 years ago)
Author:
gkronber
Message:

#2994: merged r16944:16997 from trunk to branch

Location:
branches/2994-AutoDiffForIntervals
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals

  • branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs

  • branches/2994-AutoDiffForIntervals/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj

    r16910 r17005  
    4343  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4444    <DebugSymbols>true</DebugSymbols>
    45     <OutputPath>bin\x64\Debug\</OutputPath>
     45    <OutputPath>..\..\..\..\bin\</OutputPath>
    4646    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4747    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    5252  </PropertyGroup>
    5353  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    54     <OutputPath>bin\x64\Release\</OutputPath>
     54    <OutputPath>..\..\..\..\bin\</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>bin\x86\Debug\</OutputPath>
     65    <OutputPath>..\..\..\..\bin\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>..\..\..\..\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Note: See TracChangeset for help on using the changeset viewer.