Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 14:00:42 (5 years ago)
Author:
gkronber
Message:

#2520: updated HeuristicLab.DataImporter addon for new Persistence (introduced in 3.3.16)

Location:
addons/HeuristicLab.DataImporter
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.DataImporter

    • Property svn:ignore
      •  

        old new  
        22_ReSharper.HeuristicLab.DataImporter
        33*.user
         4packages
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbColumn.cs

    r9615 r16566  
    2121
    2222using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     23using HEAL.Attic;
    2324
    2425namespace HeuristicLab.DataImporter.DbExplorer.Interfaces {
    25   [StorableClass]
     26  [StorableType("5064BDD9-98CA-4C1F-A70F-71C43077D94B")]
    2627  public class DbColumn {
    2728    [StorableConstructor]
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbTable.cs

    r9615 r16566  
    2424using System.Linq;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     26using HEAL.Attic;
    2627
    2728namespace HeuristicLab.DataImporter.DbExplorer.Interfaces {
    28   [StorableClass]
     29  [StorableType("A0613D0D-C6C6-4958-9F26-8810E84EAD27")]
    2930  public class DbTable {
    3031    [StorableConstructor]
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj

    r15690 r16566  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1111    <RootNamespace>HeuristicLab.DataImporter.DbExplorer.Interfaces</RootNamespace>
    1212    <AssemblyName>HeuristicLab.DataImporter.DbExplorer.Interfaces-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    9898  </PropertyGroup>
    9999  <ItemGroup>
     100    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
     101      <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     104      <HintPath>..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath>
     105    </Reference>
    100106    <Reference Include="HeuristicLab.Persistence-3.3">
    101107      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     
    109115    <Reference Include="System.Core">
    110116      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     117    </Reference>
     118    <Reference Include="System.Drawing" />
     119    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
     120      <HintPath>..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
    111121    </Reference>
    112122    <Reference Include="System.Windows.Forms" />
     
    132142  <ItemGroup>
    133143    <None Include="HeuristicLab.snk" />
     144    <None Include="packages.config" />
    134145    <None Include="Properties\AssemblyInfo.cs.frame" />
    135146  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.