Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 00:18:01 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed branch and set common build directory.

Location:
branches/Trunk
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj

    r5163 r6829  
    4242    <DebugType>full</DebugType>
    4343    <Optimize>false</Optimize>
    44     <OutputPath>bin\Debug\</OutputPath>
     44    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>bin\Release\</OutputPath>
     53    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6060  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6161    <DebugSymbols>true</DebugSymbols>
    62     <OutputPath>bin\x86\Debug\</OutputPath>
     62    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6363    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6464    <DebugType>full</DebugType>
     
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    70     <OutputPath>bin\x86\Release\</OutputPath>
     70    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7171    <DefineConstants>TRACE</DefineConstants>
    7272    <DocumentationFile>bin\x86\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
     
    7979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8080    <DebugSymbols>true</DebugSymbols>
    81     <OutputPath>bin\x64\Debug\</OutputPath>
     81    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    8282    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8383    <DebugType>full</DebugType>
     
    8787  </PropertyGroup>
    8888  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    89     <OutputPath>bin\x64\Release\</OutputPath>
     89    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    9090    <DefineConstants>TRACE</DefineConstants>
    9191    <DocumentationFile>bin\x64\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
Note: See TracChangeset for help on using the changeset viewer.