Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/17/12 11:54:58 (12 years ago)
Author:
ascheibe
Message:

#1886 removed deprecated code and cleaned up plugin dependencies

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3

    • Property svn:ignore set to
      Plugin.cs
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj

    r8415 r8496  
    4949      <Private>False</Private>
    5050    </Reference>
    51     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    52       <Private>False</Private>
    53     </Reference>
    5451    <Reference Include="HeuristicLab.Core-3.3">
    5552      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     
    9895  </ItemGroup>
    9996  <ItemGroup>
     97    <Compile Include="AlgorithmBehaviorHelpers.cs" />
    10098    <Compile Include="DuplicateSolutionsAnalyzer.cs" />
    10199    <Compile Include="MutationPerformanceAnalyzer.cs" />
     
    104102    <Compile Include="Properties\AssemblyInfo.cs" />
    105103    <Compile Include="VariableDuplicator.cs" />
    106   </ItemGroup>
    107   <ItemGroup>
    108     <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj">
    109       <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>
    110       <Name>HeuristicLab.Analysis.AlgorithmBehavior-3.3</Name>
    111     </ProjectReference>
    112104  </ItemGroup>
    113105  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.