Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/11 15:39:51 (12 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.Views/3.3
Files:
1 deleted
1 edited

Legend:

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

    r6489 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.Collections-3.3">
    75       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     76      <Private>False</Private>
    7677    </Reference>
    7778    <Reference Include="HeuristicLab.Common-3.3">
    78       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     80      <Private>False</Private>
    7981    </Reference>
    8082    <Reference Include="HeuristicLab.Common.Resources-3.3">
    81       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     84      <Private>False</Private>
    8285    </Reference>
    8386    <Reference Include="HeuristicLab.Core-3.3">
    84       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     88      <Private>False</Private>
    8589    </Reference>
    8690    <Reference Include="HeuristicLab.Core.Views-3.3">
    87       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     91      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     92      <Private>False</Private>
    8893    </Reference>
    8994    <Reference Include="HeuristicLab.Data-3.3">
    90       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     95      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     96      <Private>False</Private>
    9197    </Reference>
    9298    <Reference Include="HeuristicLab.Data.Views-3.3">
    93       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
     99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
     100      <Private>False</Private>
    94101    </Reference>
    95102    <Reference Include="HeuristicLab.MainForm-3.3">
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     104      <Private>False</Private>
    97105    </Reference>
    98106    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    99       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     108      <Private>False</Private>
    100109    </Reference>
    101110    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    102       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     112      <Private>False</Private>
    103113    </Reference>
    104114    <Reference Include="HeuristicLab.Optimization.Views-3.3">
    105       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     116      <Private>False</Private>
    106117    </Reference>
    107118    <Reference Include="HeuristicLab.Parameters-3.3">
    108       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     120      <Private>False</Private>
    109121    </Reference>
    110122    <Reference Include="HeuristicLab.Parameters.Views-3.3">
    111       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
     123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
     124      <Private>False</Private>
    112125    </Reference>
    113126    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    114       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     128      <Private>False</Private>
    115129    </Reference>
    116130    <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    117       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     132      <Private>False</Private>
    118133    </Reference>
    119134    <Reference Include="System" />
     
    214229  <ItemGroup>
    215230    <None Include="HeuristicLab.snk" />
    216     <None Include="UpdateLocalInstallation.cmd" />
    217231  </ItemGroup>
    218232  <ItemGroup>
     
    253267      <Project>{ABBC1DF6-FCC6-4F86-AB75-B6B3A72E7D17}</Project>
    254268      <Name>HeuristicLab.Problems.MetaOptimization-3.3</Name>
     269      <Private>False</Private>
    255270    </ProjectReference>
    256271  </ItemGroup>
     
    265280  </PropertyGroup>
    266281  <PropertyGroup>
    267     <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    268 set ProjectDir=$(ProjectDir)
    269 set SolutionDir=$(SolutionDir)
    270 set Outdir=$(Outdir)
    271 
    272 call UpdateLocalInstallation.cmd</PostBuildEvent>
     282    <PostBuildEvent>
     283    </PostBuildEvent>
    273284  </PropertyGroup>
    274285  <!-- 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.