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

    r6892 r6896  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    103103  <ItemGroup>
    104104    <Reference Include="HeuristicLab.Collections-3.3">
    105       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     105      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
    108108    <Reference Include="HeuristicLab.Common-3.3">
    109       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     109      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    110110      <Private>False</Private>
    111111    </Reference>
    112112    <Reference Include="HeuristicLab.Common.Resources-3.3">
    113       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     113      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    114114      <Private>False</Private>
    115115    </Reference>
    116116    <Reference Include="HeuristicLab.Core-3.3">
    117       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     117      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    118118      <Private>False</Private>
    119119    </Reference>
    120120    <Reference Include="HeuristicLab.Core.Views-3.3">
    121       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     121      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    122122      <Private>False</Private>
    123123    </Reference>
    124124    <Reference Include="HeuristicLab.Data-3.3">
    125       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     125      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    126126      <Private>False</Private>
    127127    </Reference>
    128128    <Reference Include="HeuristicLab.MainForm-3.3">
    129       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     129      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    130130      <Private>False</Private>
    131131    </Reference>
    132132    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    133       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     133      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    134134      <Private>False</Private>
    135135    </Reference>
    136136    <Reference Include="HeuristicLab.Optimization-3.3">
    137       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     137      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    138138      <Private>False</Private>
    139139    </Reference>
    140140    <Reference Include="HeuristicLab.Optimizer-3.3">
    141       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
     141      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
    142142      <Private>False</Private>
    143143    </Reference>
    144144    <Reference Include="HeuristicLab.Persistence-3.3">
    145       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     145      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    146146      <Private>False</Private>
    147147    </Reference>
    148148    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    149       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     149      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    150150      <Private>False</Private>
    151151    </Reference>
Note: See TracChangeset for help on using the changeset viewer.