Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/12 09:01:41 (12 years ago)
Author:
svonolfe
Message:

Fixed assembly references (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj

    r7958 r7959  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>..\..\bin\</OutputPath>
     42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    151151      <Private>False</Private>
    152152    </Reference>
    153     <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    154       <Private>False</Private>
     153    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    155155    </Reference>
    156156    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.