Free cookie consent management tool by TermsFeed Policy Generator

Changeset 545


Ignore:
Timestamp:
09/10/08 19:29:04 (16 years ago)
Author:
gkronber
Message:

implemented RDF backend on to of SemWeb. #261 (Items are stored multiple times in the result entries in the CEDMA DB)

Location:
trunk/sources/HeuristicLab.CEDMA.DB
Files:
3 added
1 edited

Legend:

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

    r382 r545  
    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>{B3D6D8D9-2B1F-47EC-9C73-77FAECF87310}</ProjectGuid>
     
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <SignAssembly>true</SignAssembly>
     15    <SignAssembly>false</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    1717    <StartupObject>
     
    3636  </PropertyGroup>
    3737  <ItemGroup>
     38    <Reference Include="SemWeb, Version=1.0.6.2, Culture=neutral, processorArchitecture=MSIL" />
    3839    <Reference Include="System" />
    3940    <Reference Include="System.Core">
     
    6061  </ItemGroup>
    6162  <ItemGroup>
     63    <Compile Include="Store.cs" />
    6264    <Compile Include="Database.cs" />
    6365    <Compile Include="HeuristicLabCedmaDbPlugin.cs" />
     
    7274      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
    7375    </ProjectReference>
     76    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
     77      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     78      <Name>HeuristicLab.Core</Name>
     79    </ProjectReference>
     80    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
     81      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
     82      <Name>HeuristicLab.Data</Name>
     83    </ProjectReference>
    7484    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    7585      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    8090      <Name>HeuristicLab.SQLite</Name>
    8191    </ProjectReference>
     92  </ItemGroup>
     93  <ItemGroup>
     94    <Content Include="SemWeb.dll">
     95      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     96    </Content>
     97    <Content Include="SemWeb.SqliteStore.dll">
     98      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     99    </Content>
    82100  </ItemGroup>
    83101  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.