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

    r5163 r6829  
    3939  </PropertyGroup>
    4040  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    41     <OutputPath>bin\Debug\</OutputPath>
     41    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4242    <Optimize>False</Optimize>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
     
    4747  </PropertyGroup>
    4848  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5050    <Optimize>True</Optimize>
    5151    <DefineConstants>TRACE</DefineConstants>
     
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>bin\x86\Debug\</OutputPath>
     65    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8585    <DebugSymbols>true</DebugSymbols>
    86     <OutputPath>bin\x64\Debug\</OutputPath>
     86    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    8787    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8888    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    95     <OutputPath>bin\x64\Release\</OutputPath>
     95    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    9696    <DefineConstants>TRACE</DefineConstants>
    9797    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.