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.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r6342 r6829  
    4343    <DebugType>full</DebugType>
    4444    <Optimize>false</Optimize>
    45     <OutputPath>bin\Debug\</OutputPath>
     45    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4646    <DefineConstants>TRACE;DEBUG</DefineConstants>
    4747    <ErrorReport>prompt</ErrorReport>
     
    5252    <DebugType>pdbonly</DebugType>
    5353    <Optimize>true</Optimize>
    54     <OutputPath>bin\Release\</OutputPath>
     54    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <ErrorReport>prompt</ErrorReport>
     
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6363    <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>bin\x64\Debug\</OutputPath>
     64    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    6565    <DefineConstants>TRACE;DEBUG</DefineConstants>
    6666    <DebugType>full</DebugType>
     
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    72     <OutputPath>bin\x64\Release\</OutputPath>
     72    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    7373    <DefineConstants>TRACE</DefineConstants>
    7474    <Optimize>true</Optimize>
     
    8181  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    8282    <DebugSymbols>true</DebugSymbols>
    83     <OutputPath>bin\x86\Debug\</OutputPath>
     83    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    8484    <DefineConstants>TRACE;DEBUG</DefineConstants>
    8585    <DebugType>full</DebugType>
     
    8989  </PropertyGroup>
    9090  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    91     <OutputPath>bin\x86\Release\</OutputPath>
     91    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    9292    <DefineConstants>TRACE</DefineConstants>
    9393    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.Persistence/3.3/Tests/HeuristicLab.Persistence-3.3.Tests.csproj

    r6356 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>
     
    5656  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5757    <DebugSymbols>true</DebugSymbols>
    58     <OutputPath>bin\x64\Debug\</OutputPath>
     58    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    5959    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6060    <DebugType>full</DebugType>
     
    6464  </PropertyGroup>
    6565  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    66     <OutputPath>bin\x64\Release\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    6767    <DefineConstants>TRACE</DefineConstants>
    6868    <Optimize>true</Optimize>
     
    7474  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7575    <DebugSymbols>true</DebugSymbols>
    76     <OutputPath>bin\x86\Debug\</OutputPath>
     76    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    7777    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7878    <DebugType>full</DebugType>
     
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    84     <OutputPath>bin\x86\Release\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8585    <DefineConstants>TRACE</DefineConstants>
    8686    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.