Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/14 11:27:17 (11 years ago)
Author:
mkommend
Message:

#1837: Merged trunk changes.

Location:
branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r9708 r10364  
    192192  </ItemGroup>
    193193  <ItemGroup>
     194    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
    194195    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
    195196      <SubType>UserControl</SubType>
     
    204205      <DependentUpon>MathSymbolicDataAnalysisModelView.cs</DependentUpon>
    205206    </Compile>
    206     <Compile Include="MenuItems\ExportSymbolicSolutionToExcelMenuItem.cs" />
    207207    <Compile Include="Plugin.cs" />
    208208    <Compile Include="SlidingWindowDataView.cs">
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Plugin.cs.frame

    r9708 r10364  
    2626
    2727namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
    28   [Plugin("HeuristicLab.Problems.DataAnalysis.Symbolic.Views","Provides views for symbolic data analysis problem classes.", "3.4.4.$WCREV$")]
     28  [Plugin("HeuristicLab.Problems.DataAnalysis.Symbolic.Views","Provides views for symbolic data analysis problem classes.", "3.4.5.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginFile("displayModelFrame.html", PluginFileType.Data)]
     
    4343  [PluginDependency("HeuristicLab.MathJax", "1.1")]
    4444  [PluginDependency("HeuristicLab.Optimization","3.3")]
    45   [PluginDependency("HeuristicLab.Optimizer","3.3")]
    4645  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
    4746  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
  • branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Properties/AssemblyInfo.cs.frame

    r9708 r10364  
    5353// by using the '*' as shown below:
    5454[assembly: AssemblyVersion("3.4.0.0")]
    55 [assembly: AssemblyFileVersion("3.4.4.$WCREV$")]
     55[assembly: AssemblyFileVersion("3.4.5.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.