Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 17:52:14 (9 years ago)
Author:
abeham
Message:

#2174: Integrated programmable problem into trunk

  • Fixed build configuration
  • Fixed some assembly references that had CopyLocal set to true
  • Added a missing license header
  • Cleaned some usings
  • Fixed the version number in ExternalEvaluation.GP
  • Added ProgrammableProblem and new ExternalEvaluationProblem as a reference to unit tests
  • Fixed plugin dependencies and assembly references
  • Changed icon of programmable problem to script icon
  • Fixed name clash in VRP that also had defined a "PermutationEncoding" class
  • (Hopefully) fixed all output paths
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r11959 r11961  
    257257      <SpecificVersion>False</SpecificVersion>
    258258      <HintPath>..\bin\HeuristicLab.Problems.BinaryVector-3.3.dll</HintPath>
     259      <Private>False</Private>
    259260    </Reference>
    260261    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
     
    278279      <Private>False</Private>
    279280    </Reference>
     281    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     282      <SpecificVersion>False</SpecificVersion>
     283      <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath>
     284      <Private>False</Private>
     285    </Reference>
     286    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     287      <SpecificVersion>False</SpecificVersion>
     288      <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll</HintPath>
     289      <Private>False</Private>
     290    </Reference>
     291    <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     292      <SpecificVersion>False</SpecificVersion>
     293      <HintPath>..\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.dll</HintPath>
     294      <Private>False</Private>
     295    </Reference>
    280296    <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.3">
    281297      <HintPath>..\bin\HeuristicLab.Problems.GrammaticalEvolution-3.3.dll</HintPath>
     
    320336    <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3">
    321337      <HintPath>..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
     338      <Private>False</Private>
     339    </Reference>
     340    <Reference Include="HeuristicLab.Problems.Programmable-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     341      <SpecificVersion>False</SpecificVersion>
     342      <HintPath>..\bin\HeuristicLab.Problems.Programmable-3.3.dll</HintPath>
     343      <Private>False</Private>
     344    </Reference>
     345    <Reference Include="HeuristicLab.Problems.Programmable.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     346      <SpecificVersion>False</SpecificVersion>
     347      <HintPath>..\bin\HeuristicLab.Problems.Programmable.Views-3.3.dll</HintPath>
    322348      <Private>False</Private>
    323349    </Reference>
Note: See TracChangeset for help on using the changeset viewer.