Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/18 10:48:26 (7 years ago)
Author:
abeham
Message:

#2457: Adapted project references to trunk changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/ProblemInstanceIdentifier/ProblemInstanceIdentifier.csproj

    r15031 r15694  
    3737  <ItemGroup>
    3838    <Reference Include="HeuristicLab.Collections-3.3">
    39       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     39      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    4040    </Reference>
    4141    <Reference Include="HeuristicLab.Common-3.3">
    42       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     42      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4343    </Reference>
    4444    <Reference Include="HeuristicLab.Core-3.3">
    45       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     45      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4646    </Reference>
    4747    <Reference Include="HeuristicLab.Data-3.3">
    48       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    4949    </Reference>
    5050    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
    51       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     51      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
    5252    </Reference>
    53     <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
    54       <Private>True</Private>
     53    <Reference Include="HeuristicLab.Operators-3.3">
     54      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    5555    </Reference>
    5656    <Reference Include="HeuristicLab.Persistence-3.3">
    57       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     57      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    5858    </Reference>
    5959    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    60       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     60      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    6161    </Reference>
    6262    <Reference Include="HeuristicLab.Problems.Instances-3.3">
    63       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     63      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    6464    </Reference>
    6565    <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
    66       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
     66      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
    6767    </Reference>
    6868    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
    69       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
     69      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
    7070    </Reference>
    7171    <Reference Include="HeuristicLab.Random-3.3">
    72       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
    7373    </Reference>
    74     <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    75       <SpecificVersion>False</SpecificVersion>
    76       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     74    <Reference Include="HeuristicLab.Selection-3.3">
     75      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
    7776    </Reference>
    7877    <Reference Include="HeuristicLab.SequentialEngine-3.3">
    79       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     78      <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
    8079    </Reference>
    8180    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.