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

    r5163 r6829  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>bin\Debug\</OutputPath>
     22    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    2929    <DebugType>pdbonly</DebugType>
    3030    <Optimize>true</Optimize>
    31     <OutputPath>bin\Release\</OutputPath>
     31    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    3232    <DefineConstants>TRACE</DefineConstants>
    3333    <ErrorReport>prompt</ErrorReport>
     
    4242  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    4343    <DebugSymbols>true</DebugSymbols>
    44     <OutputPath>bin\x86\Debug\</OutputPath>
     44    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <DebugType>full</DebugType>
     
    5858  </PropertyGroup>
    5959  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    60     <OutputPath>bin\x86\Release\</OutputPath>
     60    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    6161    <DefineConstants>TRACE</DefineConstants>
    6262    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7676    <PlatformTarget>x64</PlatformTarget>
    77     <OutputPath>bin\x64\Debug\</OutputPath>
     77    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    8080    <PlatformTarget>x64</PlatformTarget>
    81     <OutputPath>bin\x64\Release\</OutputPath>
     81    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8282  </PropertyGroup>
    8383  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.