Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13581


Ignore:
Timestamp:
02/01/16 17:09:16 (8 years ago)
Author:
pfleck
Message:

#2571 Fixed output path of assembly.

File:
1 edited

Legend:

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

    r13580 r13581  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>..\..\bin\</OutputPath>
     19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    2525    <DebugType>pdbonly</DebugType>
    2626    <Optimize>true</Optimize>
    27     <OutputPath>..\..\bin\</OutputPath>
     27    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    2828    <DefineConstants>TRACE</DefineConstants>
    2929    <ErrorReport>prompt</ErrorReport>
     
    3232  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3333    <DebugSymbols>true</DebugSymbols>
    34     <OutputPath>..\..\bin\</OutputPath>
     34    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    3535    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3636    <DebugType>full</DebugType>
     
    4040  </PropertyGroup>
    4141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    42     <OutputPath>..\..\bin\</OutputPath>
     42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4343    <DefineConstants>TRACE</DefineConstants>
    4444    <Optimize>true</Optimize>
     
    5050  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5151    <DebugSymbols>true</DebugSymbols>
    52     <OutputPath>..\..\bin\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5353    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5454    <DebugType>full</DebugType>
     
    5858  </PropertyGroup>
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    60     <OutputPath>..\..\bin\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6161    <DefineConstants>TRACE</DefineConstants>
    6262    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.