Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/18 10:19:30 (7 years ago)
Author:
mkommend
Message:

#2887: Moved PushGP to addons.

Location:
addons/HeuristicLab.PushGP
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.PushGP

    • Property svn:ignore
      •  

        old new  
        11*.user
         2.vs
         3TestResults
        24packages
        3 TestResults
  • addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/HeuristicLab.Problems.ProgramSynthesis.Base.csproj

    r15366 r15692  
    3636  <ItemGroup>
    3737    <Reference Include="HeuristicLab.Collections-3.3">
    38       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     38      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    3939    </Reference>
    4040    <Reference Include="HeuristicLab.Common-3.3">
    41       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     41      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4242    </Reference>
    4343    <Reference Include="HeuristicLab.Core-3.3">
    44       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     44      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4545    </Reference>
    4646    <Reference Include="HeuristicLab.Core.Views-3.3">
    47       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     47      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    4848    </Reference>
    4949    <Reference Include="HeuristicLab.Data-3.3">
    50       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    5151    </Reference>
    5252    <Reference Include="HeuristicLab.Data.Views-3.3">
    53       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
     53      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
    5454    </Reference>
    5555    <Reference Include="HeuristicLab.MainForm-3.3">
    56       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     56      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    5757    </Reference>
    5858    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    59       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     59      <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    6060    </Reference>
    6161    <Reference Include="HeuristicLab.Parameters-3.3">
    62       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     62      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    6363    </Reference>
    6464    <Reference Include="HeuristicLab.Persistence-3.3">
    65       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     65      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    6666    </Reference>
    6767    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    6868      <SpecificVersion>False</SpecificVersion>
    69       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     69      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-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>
    7474    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.