- Timestamp:
- 02/25/14 19:44:38 (11 years ago)
- Location:
- branches/HeuristicLab.EvolutionTracking
- Files:
-
- 5 added
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj
r10269 r10514 149 149 <Private>False</Private> 150 150 </Reference> 151 <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.9491, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 152 <SpecificVersion>False</SpecificVersion> 153 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath> 154 </Reference> 151 155 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 152 156 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> … … 195 199 <DependentUpon>SymbolicExpressionGrammarView.cs</DependentUpon> 196 200 </Compile> 201 <Compile Include="SymbolicExpressionTreeTile.cs" /> 197 202 <Compile Include="SymbolView.cs"> 198 203 <SubType>UserControl</SubType> -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r10502 r10514 186 186 <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" /> 187 187 <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" /> 188 <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" /> 188 189 <Compile Include="Formatters\SymbolicExpressionTreeLatexFormatter.cs" /> 189 190 <Compile Include="Interfaces\ILayoutAdapter.cs" /> -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/FrequentFragmentsDialog.Designer.cs
r10264 r10514 1 namespace HeuristicLab.Evolution aryTracking.Views {1 namespace HeuristicLab.EvolutionTracking.Views { 2 2 partial class FrequentFragmentsDialog { 3 3 /// <summary> -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/FrequentFragmentsDialog.cs
r10264 r10514 1 1 using System.Windows.Forms; 2 2 3 namespace HeuristicLab.Evolution aryTracking.Views {3 namespace HeuristicLab.EvolutionTracking.Views { 4 4 public partial class FrequentFragmentsDialog : Form { 5 5 public FrequentFragmentsDialog() { -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.cs
r10501 r10514 6 6 namespace HeuristicLab.EvolutionTracking.Views { 7 7 [View("GenealogyGraphView")] 8 [Content(typeof( GenealogyGraph), IsDefaultView = false)]8 [Content(typeof(IGenealogyGraph), IsDefaultView = false)] 9 9 public partial class GenealogyGraphView : ItemView { 10 10 public new IGenealogyGraph Content { -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/HeuristicLab.EvolutionTracking.Views-3.4.csproj
r10502 r10514 97 97 <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon> 98 98 </Compile> 99 <Compile Include="GenealogyGraphChart.cs" /> 99 <Compile Include="GenealogyGraphChart.cs"> 100 <SubType>UserControl</SubType> 101 </Compile> 100 102 <Compile Include="GenealogyGraphChart.Designer.cs"> 101 103 <DependentUpon>GenealogyGraphChart.cs</DependentUpon> -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r10464 r10514 219 219 <DependentUpon>SlidingWindowDataView.cs</DependentUpon> 220 220 </Compile> 221 <Compile Include="SymbolicDataAnalysisExpressionLineageExplorerChart.cs"> 222 <SubType>UserControl</SubType> 223 </Compile> 224 <Compile Include="SymbolicDataAnalysisExpressionLineageExplorerChart.Designer.cs"> 225 <DependentUpon>SymbolicDataAnalysisExpressionLineageExplorerChart.cs</DependentUpon> 226 </Compile> 227 <Compile Include="SymbolicDataAnalysisExpressionLineageExplorerView.cs"> 228 <SubType>UserControl</SubType> 229 </Compile> 230 <Compile Include="SymbolicDataAnalysisExpressionLineageExplorerView.Designer.cs"> 231 <DependentUpon>SymbolicDataAnalysisExpressionLineageExplorerView.cs</DependentUpon> 232 </Compile> 221 233 <Compile Include="TextualSymbolicDataAnalysisModelView.cs"> 222 234 <SubType>UserControl</SubType>
Note: See TracChangeset
for help on using the changeset viewer.