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

    r6886 r6896  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
     22    <OutputPath>bin\Debug\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    7373  <ItemGroup>
    7474    <Reference Include="HeuristicLab.Common-3.3">
    75       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     75      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    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    </Reference>
    8080    <Reference Include="HeuristicLab.Persistence-3.3">
    81       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     81      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    84       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.