Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/16 08:51:34 (8 years ago)
Author:
abeham
Message:

#2642:

  • Upped plugin version from 3.3.7 to 3.3.14 (as is AssemblyFileVersion)
  • Corrected output path for x64 platform
File:
1 edited

Legend:

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

    r14162 r14174  
    3636  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3737    <DebugSymbols>true</DebugSymbols>
    38     <OutputPath>bin\x64\Debug\</OutputPath>
     38    <OutputPath>..\..\bin\</OutputPath>
    3939    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4040    <DebugType>full</DebugType>
     
    5252  </PropertyGroup>
    5353  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    54     <OutputPath>bin\x64\Release\</OutputPath>
     54    <OutputPath>..\..\bin\</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.