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.Clients.Hive/3.3/HeuristicLab.Clients.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.Clients.Common-3.3">
    74       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     74      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
    7575      <Private>False</Private>
    7676    </Reference>
     
    7979    </Reference>
    8080    <Reference Include="HeuristicLab.Common-3.3">
    81       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     81      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    8282      <Private>False</Private>
    8383    </Reference>
    8484    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8585      <SpecificVersion>False</SpecificVersion>
    86       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     86      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    8787      <Private>False</Private>
    8888    </Reference>
    8989    <Reference Include="HeuristicLab.Core-3.3">
    90       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     90      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    9191      <Private>False</Private>
    9292    </Reference>
    9393    <Reference Include="HeuristicLab.Data-3.3">
    94       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     94      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    9595      <Private>False</Private>
    9696    </Reference>
    9797    <Reference Include="HeuristicLab.Optimization-3.3">
    98       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     98      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    9999      <Private>False</Private>
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.Persistence-3.3">
    102       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     102      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    103103      <Private>False</Private>
    104104    </Reference>
    105105    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    106       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     106      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    107107      <Private>False</Private>
    108108    </Reference>
     
    205205  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    206206  <PropertyGroup>
    207     <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    208 set ProjectDir=$(ProjectDir)
    209 set SolutionDir=$(SolutionDir)
    210 set TargetDir=..\..\..\core\sources\bin\
    211 call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
     207    <PostBuildEvent>
     208    </PostBuildEvent>
    212209  </PropertyGroup>
    213210  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.