Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/11 01:54:44 (12 years ago)
Author:
swagner
Message:

Changes due to review of benchmark algorithms (#1659):

  • renamed Benchmark to BenchmarkAlgorithm and BenchmarkView to BenchmarkAlgorithmView
  • removed unnecessary assembly references
  • removed IBenchmarkView as the user should be informed that there is no specific view for benchmarks
  • adapted descriptions of plugins and assemblies
  • adapted assembly Guids
  • sealed BenchmarkAlgorithm
  • adapted item names and item descriptions
  • adapted code formatting
Location:
trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3

    • Property svn:ignore
      •  

        old new  
        33obj
        44*.vs10x
         5*.user
  • trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj

    r7006 r7246  
    8484    <Reference Include="System" />
    8585    <Reference Include="System.Core" />
     86    <Reference Include="System.Data" />
    8687    <Reference Include="System.Drawing" />
    87     <Reference Include="System.Xml.Linq" />
    88     <Reference Include="System.Data.DataSetExtensions" />
    89     <Reference Include="Microsoft.CSharp" />
    90     <Reference Include="System.Data" />
    9188    <Reference Include="System.Xml" />
    9289  </ItemGroup>
    9390  <ItemGroup>
    94     <Compile Include="Benchmark.cs">
    95       <SubType>Code</SubType>
    96     </Compile>
     91    <Compile Include="BenchmarkAlgorithm.cs" />
    9792    <Compile Include="DhrystoneBenchmark.cs" />
    9893    <Compile Include="IBenchmark.cs" />
     
    131126      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    132127      <Name>HeuristicLab.Data-3.3</Name>
    133       <Private>False</Private>
    134     </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    136       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    137       <Name>HeuristicLab.Operators-3.3</Name>
    138128      <Private>False</Private>
    139129    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.