Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8955


Ignore:
Timestamp:
11/27/12 22:12:58 (11 years ago)
Author:
abeham
Message:

#1985: Added optimizer and view

Location:
branches/RuntimeOptimizer
Files:
5 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r8927 r8955  
    263263      <DependentUpon>RunCollectionDataTableView.cs</DependentUpon>
    264264    </Compile>
     265    <Compile Include="TimeLimitRunView.cs">
     266      <SubType>UserControl</SubType>
     267    </Compile>
     268    <Compile Include="TimeLimitRunView.Designer.cs">
     269      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
     270    </Compile>
    265271    <Compile Include="UserDefinedAlgorithmView.cs">
    266272      <SubType>UserControl</SubType>
     
    391397      <Private>False</Private>
    392398    </ProjectReference>
     399  </ItemGroup>
     400  <ItemGroup>
     401    <EmbeddedResource Include="TimeLimitRunView.resx">
     402      <DependentUpon>TimeLimitRunView.cs</DependentUpon>
     403    </EmbeddedResource>
    393404  </ItemGroup>
    394405  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/RuntimeOptimizer/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r8600 r8955  
    121121    <Compile Include="Interfaces\ISimilarityBasedOperator.cs" />
    122122    <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" />
     123    <Compile Include="MetaOptimizers\BatchRun.cs" />
     124    <Compile Include="MetaOptimizers\Experiment.cs" />
     125    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
    123126    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    124127    <Compile Include="Plugin.cs" />
     
    130133    <None Include="Plugin.cs.frame" />
    131134    <Compile Include="Algorithms\Algorithm.cs" />
    132     <Compile Include="BatchRun.cs" />
    133135    <Compile Include="RunCollectionModification\Calculator.cs" />
    134136    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
     
    173175    <Compile Include="RunCollectionConstraints\IRunCollectionConstraint.cs" />
    174176    <Compile Include="OptimizerList.cs" />
    175     <Compile Include="Experiment.cs" />
    176177    <Compile Include="Interfaces\IOptimizer.cs" />
    177178    <Compile Include="RunCollection.cs" />
     
    281282  -->
    282283  <PropertyGroup>
    283    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     284    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    284285set ProjectDir=$(ProjectDir)
    285286set SolutionDir=$(SolutionDir)
     
    288289call PreBuildEvent.cmd
    289290</PreBuildEvent>
    290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     291    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    291292export ProjectDir=$(ProjectDir)
    292293export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.