Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/11 15:39:51 (13 years ago)
Author:
ascheibe
Message:

#1233 #1215

  • The Hive Engine probably won't make it into 3.3.6 so i moved it to the MetaOpt branch because the Hive-3.4 branch should not be used anymore. The Hive Engine will then be released together with MetaOpt.
  • Updated MetaOpt to compile to new trunk binary directory and reference assemblies in this folder.
Location:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj

    r6017 r6984  
    1919    <DebugType>full</DebugType>
    2020    <Optimize>false</Optimize>
    21     <OutputPath>bin\Debug\</OutputPath>
     21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2222    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2323    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    4040  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    4141    <DebugSymbols>true</DebugSymbols>
    42     <OutputPath>bin\x86\Debug\</OutputPath>
     42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <DebugType>full</DebugType>
     
    5555  </PropertyGroup>
    5656  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    57     <OutputPath>bin\x86\Release\</OutputPath>
     57    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5858    <DefineConstants>TRACE</DefineConstants>
    5959    <Optimize>true</Optimize>
     
    7373  <ItemGroup>
    7474    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    75       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     76      <Private>False</Private>
    7677    </Reference>
    7778    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    78       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
     79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     80      <Private>False</Private>
    7981    </Reference>
    8082    <Reference Include="HeuristicLab.Collections-3.3">
    81       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     84      <Private>False</Private>
    8285    </Reference>
    8386    <Reference Include="HeuristicLab.Common-3.3">
    84       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     88      <Private>False</Private>
    8589    </Reference>
    8690    <Reference Include="HeuristicLab.Common.Resources-3.3">
    87       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     91      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     92      <Private>False</Private>
    8893    </Reference>
    8994    <Reference Include="HeuristicLab.Core-3.3">
    90       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     95      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     96      <Private>False</Private>
    9197    </Reference>
    9298    <Reference Include="HeuristicLab.Data-3.3">
    93       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     100      <Private>False</Private>
    94101    </Reference>
    95102    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
     103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
     104      <Private>False</Private>
    97105    </Reference>
    98106    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
    99       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     108      <Private>False</Private>
    100109    </Reference>
    101110    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
    102       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     112      <Private>False</Private>
    103113    </Reference>
    104114    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    105       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     116      <Private>False</Private>
    106117    </Reference>
    107118    <Reference Include="HeuristicLab.Operators-3.3">
    108       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     120      <Private>False</Private>
    109121    </Reference>
    110122    <Reference Include="HeuristicLab.Optimization-3.3">
    111       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     124      <Private>False</Private>
    112125    </Reference>
    113126    <Reference Include="HeuristicLab.Parameters-3.3">
    114       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     128      <Private>False</Private>
    115129    </Reference>
    116130    <Reference Include="HeuristicLab.Persistence-3.3">
    117       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     132      <Private>False</Private>
    118133    </Reference>
    119134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    120       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     136      <Private>False</Private>
    121137    </Reference>
    122138    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    123       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     140      <Private>False</Private>
    124141    </Reference>
    125142    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
    126       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     144      <Private>False</Private>
    127145    </Reference>
    128146    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
    129       <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     148      <Private>False</Private>
    130149    </Reference>
    131150    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
    132       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
     151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
     152      <Private>False</Private>
    133153    </Reference>
    134154    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    135       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
     155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     156      <Private>False</Private>
    136157    </Reference>
    137158    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    138       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Selection-3.3.dll</HintPath>
     159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     160      <Private>False</Private>
    139161    </Reference>
    140162    <Reference Include="HeuristicLab.SequentialEngine-3.3">
    141       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     164      <Private>False</Private>
    142165    </Reference>
    143166    <Reference Include="System" />
     
    226249    <None Include="HeuristicLab.snk" />
    227250    <Compile Include="HeuristicLabProblemsMetaOptimizationPlugin.cs" />
    228     <None Include="UpdateLocalInstallation.cmd" />
    229251  </ItemGroup>
    230252  <ItemGroup>
     
    241263  </PropertyGroup>
    242264  <PropertyGroup>
    243     <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    244 set ProjectDir=$(ProjectDir)
    245 set SolutionDir=$(SolutionDir)
    246 set Outdir=$(Outdir)
    247 
    248 call UpdateLocalInstallation.cmd</PostBuildEvent>
     265    <PostBuildEvent>
     266    </PostBuildEvent>
    249267  </PropertyGroup>
    250268  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.