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

    r6208 r6829  
    4545    <DebugType>full</DebugType>
    4646    <Optimize>false</Optimize>
    47     <OutputPath>bin\Debug\</OutputPath>
     47    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4848    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4949    <ErrorReport>prompt</ErrorReport>
     
    5454    <DebugType>pdbonly</DebugType>
    5555    <Optimize>true</Optimize>
    56     <OutputPath>bin\Release\</OutputPath>
     56    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5757    <DefineConstants>TRACE</DefineConstants>
    5858    <ErrorReport>prompt</ErrorReport>
     
    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    <DebugType>full</DebugType>
     
    7171  </PropertyGroup>
    7272  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    73     <OutputPath>bin\x86\Release\</OutputPath>
     73    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7474    <DefineConstants>TRACE</DefineConstants>
    7575    <Optimize>true</Optimize>
     
    8282  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8383    <DebugSymbols>true</DebugSymbols>
    84     <OutputPath>bin\x64\Debug\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    8585    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8686    <DebugType>full</DebugType>
     
    9090  </PropertyGroup>
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    92     <OutputPath>bin\x64\Release\</OutputPath>
     92    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    9393    <DefineConstants>TRACE</DefineConstants>
    9494    <Optimize>true</Optimize>
     
    133133    </None>
    134134    <None Include="CustomPostBuild.cmd" />
    135     <None Include="CopyAssemblies.cmd" />
    136135    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
    137136    <None Include="HeuristicLab.snk" />
     
    210209
    211210call MergeConfigs.cmd
    212 call CopyAssemblies.cmd
    213211if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
    214212  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.