Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/17/15 18:27:28 (8 years ago)
Author:
pfleck
Message:

#2269 Corrected output path of ALPS plugin.
Also corrected the assembly dependencies for other assemblies.

File:
1 edited

Legend:

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

    r13217 r13231  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    3535  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3636    <DebugSymbols>true</DebugSymbols>
    37     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     37    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3838    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3939    <DebugType>full</DebugType>
     
    4444  </PropertyGroup>
    4545  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    46     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     46    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4747    <DefineConstants>TRACE</DefineConstants>
    4848    <Optimize>true</Optimize>
     
    5555  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     57    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    66     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>TRACE</DefineConstants>
    6868    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.