Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/10/11 14:06:54 (13 years ago)
Author:
ascheibe
Message:

#1233 adapted relative assembly references and output paths to reflect repository structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.3/HeuristicLab.Hive-3.3.csproj

    r6872 r6896  
    1919    <DebugType>full</DebugType>
    2020    <Optimize>false</Optimize>
    21     <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
     21    <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
    2222    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2323    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    7272  <ItemGroup>
    7373    <Reference Include="HeuristicLab.Common-3.3">
    74       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     74      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    7575      <Private>False</Private>
    7676    </Reference>
    7777    <Reference Include="HeuristicLab.Core-3.3">
    78       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    7979      <Private>False</Private>
    8080    </Reference>
    8181    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    82       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     82      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    8383      <Private>False</Private>
    8484    </Reference>
     
    103103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    104104  <PropertyGroup>
    105     <PostBuildEvent>
    106     </PostBuildEvent>
     105    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     106set ProjectDir=$(ProjectDir)
     107set SolutionDir=$(SolutionDir)
     108set TargetDir=.\..\..\..\trunk\sources\bin\
     109call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
    107110  </PropertyGroup>
    108111  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.