Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/08 20:34:05 (16 years ago)
Author:
gkronber
Message:

added operators to help with the transformation form the result-tree to the item/statement-graph. ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj

    r522 r538  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{6BC692D4-8843-4945-ACE4-5B41ED55476A}</ProjectGuid>
     
    5454  </ItemGroup>
    5555  <ItemGroup>
     56    <Compile Include="OntologyExtractor.cs" />
     57    <Compile Include="ResultsExtractor.cs" />
     58    <Compile Include="MakeStatement.cs" />
     59    <Compile Include="InjectedVariableExtractor.cs" />
     60    <Compile Include="SplitScopeToItemsResultWriter.cs" />
    5661    <Compile Include="ItemMailer.cs" />
    5762    <Compile Include="ScopeResultWriter.cs" />
     
    6469  </ItemGroup>
    6570  <ItemGroup>
     71    <ProjectReference Include="..\HeuristicLab.CEDMA.Core\HeuristicLab.CEDMA.Core.csproj">
     72      <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project>
     73      <Name>HeuristicLab.CEDMA.Core</Name>
     74    </ProjectReference>
    6675    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
    6776      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
     
    7584      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    7685      <Name>HeuristicLab.Data</Name>
     86    </ProjectReference>
     87    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     88      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     89      <Name>HeuristicLab.Operators</Name>
    7790    </ProjectReference>
    7891    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.