Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/10 19:02:45 (14 years ago)
Author:
gkronber
Message:

Adapted analyzers to use ScopeTreeLookupParameter and wire the depth setting correctly for

  • SymbolicExpressionTreeEncoding
  • ArtificialAntProblem
  • SymbolicRegression

#999

Location:
trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj

    r3437 r3681  
    8888      <DependentUpon>AntTrailView.cs</DependentUpon>
    8989    </Compile>
     90    <Compile Include="AntTrailSymbolicExpressionTreeView.cs">
     91      <SubType>UserControl</SubType>
     92    </Compile>
     93    <Compile Include="AntTrailSymbolicExpressionTreeView.Designer.cs">
     94      <DependentUpon>AntTrailSymbolicExpressionTreeView.cs</DependentUpon>
     95    </Compile>
    9096    <Compile Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs" />
    9197    <Compile Include="Properties\AssemblyInfo.cs" />
     
    112118      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    113119      <Name>HeuristicLab.Data-3.3</Name>
     120    </ProjectReference>
     121    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
     122      <Project>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>
     123      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</Name>
    114124    </ProjectReference>
    115125    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
     
    142152    </ProjectReference>
    143153  </ItemGroup>
     154  <ItemGroup>
     155    <EmbeddedResource Include="AntTrailSymbolicExpressionTreeView.resx">
     156      <DependentUpon>AntTrailSymbolicExpressionTreeView.cs</DependentUpon>
     157    </EmbeddedResource>
     158  </ItemGroup>
    144159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    145160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame

    r3437 r3681  
    3333  [PluginDependency("HeuristicLab.Data", "3.3.0.0")]
    3434  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.3.0.0")]
     35  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","3.3.0.0")]
    3536  [PluginDependency("HeuristicLab.MainForm", "3.3.0.0")]
    3637  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3.0.0")]
Note: See TracChangeset for help on using the changeset viewer.