Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/12 12:26:11 (12 years ago)
Author:
bburlacu
Message:

#1772: Implemented new View, improved functionality (tracking of fragments and operators)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking/3.4/HeuristicLab.EvolutionaryTracking-3.4.csproj

    r7522 r7779  
    7272    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7373    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    74     <Reference Include="Microsoft.GLEE">
    75       <HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft Research\GLEE\bin\Microsoft.GLEE.dll</HintPath>
    76     </Reference>
    77     <Reference Include="Microsoft.GLEE.Drawing">
    78       <HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft Research\GLEE\bin\Microsoft.GLEE.Drawing.dll</HintPath>
    79     </Reference>
    80     <Reference Include="Microsoft.GLEE.GraphViewerGDI">
    81       <HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft Research\GLEE\bin\Microsoft.GLEE.GraphViewerGDI.dll</HintPath>
    82     </Reference>
    8374    <Reference Include="System" />
    8475    <Reference Include="System.Core" />
     
    9485    <Compile Include="Analyzers\SymbolicExpressionTreeGenealogyAnalyzer.cs" />
    9586    <Compile Include="GenealogyGraph.cs" />
    96     <Compile Include="GenealogyGraphView.cs">
    97       <SubType>UserControl</SubType>
    98     </Compile>
    99     <Compile Include="GenealogyGraphView.Designer.cs">
    100       <DependentUpon>GenealogyGraphView.cs</DependentUpon>
    101     </Compile>
     87    <Compile Include="Interfaces\IGenealogyGraph.cs" />
    10288    <Compile Include="Plugin.cs" />
    10389    <Compile Include="Properties\AssemblyInfo.cs" />
     90    <Compile Include="SymbolicExpressionTreeGenealogyGraph.cs" />
    10491  </ItemGroup>
    105   <ItemGroup>
    106     <Folder Include="Interfaces\" />
    107   </ItemGroup>
     92  <ItemGroup />
    10893  <ItemGroup>
    10994    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
Note: See TracChangeset for help on using the changeset viewer.