Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/08/11 00:08:28 (13 years ago)
Author:
ascheibe
Message:

#1233 fixed project references of test projects

File:
1 edited

Legend:

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

    r6872 r6892  
    6767  <ItemGroup>
    6868    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    69       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     69      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
    7070    </Reference>
    7171    <Reference Include="HeuristicLab.Collections-3.3">
    72       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     72      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    7373    </Reference>
    7474    <Reference Include="HeuristicLab.Common-3.3">
    75       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     75      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    7676    </Reference>
    7777    <Reference Include="HeuristicLab.Common.Resources-3.3">
    78       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    7979    </Reference>
    8080    <Reference Include="HeuristicLab.Core-3.3">
    81       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     81      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.Data-3.3">
    84       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="HeuristicLab.Operators-3.3">
    87       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     87      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    8888    </Reference>
    8989    <Reference Include="HeuristicLab.Optimization-3.3">
    90       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     90      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    9191    </Reference>
    9292    <Reference Include="HeuristicLab.Persistence-3.3">
    93       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     93      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    9494    </Reference>
    9595    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    96       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     96      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    9797    </Reference>
    9898    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
    99       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
     99      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.SequentialEngine-3.3">
    102       <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     102      <HintPath>..\..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
    103103    </Reference>
    104104    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.