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.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.