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:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r6042 r6829  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5959  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6060    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>bin\x86\Debug\</OutputPath>
     61    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6262    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6363    <DebugType>full</DebugType>
     
    6767  </PropertyGroup>
    6868  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    69     <OutputPath>bin\x86\Release\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7070    <DefineConstants>TRACE</DefineConstants>
    7171    <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
     
    7878  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7979    <DebugSymbols>true</DebugSymbols>
    80     <OutputPath>bin\x64\Debug\</OutputPath>
     80    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    8181    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8282    <DebugType>full</DebugType>
     
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    88     <OutputPath>bin\x64\Release\</OutputPath>
     88    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8989    <DefineConstants>TRACE</DefineConstants>
    9090    <DocumentationFile>bin\x64\Release\HeuristicLab.Encodings.RealVectorEncoding-3.3.xml</DocumentationFile>
  • branches/Trunk/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3.Tests.csproj

    r5163 r6829  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>bin\x86\Debug\</OutputPath>
     57    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6363  </PropertyGroup>
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    65     <OutputPath>bin\x86\Release\</OutputPath>
     65    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    6666    <DefineConstants>TRACE</DefineConstants>
    6767    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>bin\x64\Debug\</OutputPath>
     75    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8181  </PropertyGroup>
    8282  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    83     <OutputPath>bin\x64\Release\</OutputPath>
     83    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8484    <DefineConstants>TRACE</DefineConstants>
    8585    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.