Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/12 19:28:39 (12 years ago)
Author:
bburlacu
Message:

#1763: Fixed bug when pasting subtrees. Moved the InteractiveSymbolicExpressionTreeChart and dialogs in the HeuristicLab.Problems.DataAnalysis.Symbolic.Views namespace and renamed the impact values calculators to a more sensible name.

Location:
branches/HeuristicLab.TreeSimplifier/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4
Files:
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TreeSimplifier/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj

    r8395 r8409  
    158158  </ItemGroup>
    159159  <ItemGroup>
    160     <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
    161       <SubType>UserControl</SubType>
    162     </Compile>
    163     <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
    164       <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
    165     </Compile>
    166160    <Compile Include="Plugin.cs" />
    167161    <Compile Include="SymbolicExpressionGrammarAllowedChildSymbolsControl.cs">
     
    188182    <Compile Include="SymbolicExpressionGrammarView.Designer.cs">
    189183      <DependentUpon>SymbolicExpressionGrammarView.cs</DependentUpon>
    190     </Compile>
    191     <Compile Include="SymbolicExpressionTreeNodeChangeValueDialog.cs">
    192       <SubType>Form</SubType>
    193     </Compile>
    194     <Compile Include="SymbolicExpressionTreeNodeChangeValueDialog.Designer.cs">
    195       <DependentUpon>SymbolicExpressionTreeNodeChangeValueDialog.cs</DependentUpon>
    196     </Compile>
    197     <Compile Include="SymbolicExpressionTreeNodeInsertDialog.cs">
    198       <SubType>Form</SubType>
    199     </Compile>
    200     <Compile Include="SymbolicExpressionTreeNodeInsertDialog.Designer.cs">
    201       <DependentUpon>SymbolicExpressionTreeNodeInsertDialog.cs</DependentUpon>
    202184    </Compile>
    203185    <Compile Include="SymbolView.cs">
     
    250232      <Install>true</Install>
    251233    </BootstrapperPackage>
    252   </ItemGroup>
    253   <ItemGroup>
    254     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    255       <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
    256       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    257     </ProjectReference>
    258234  </ItemGroup>
    259235  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.