Changeset 16566 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces
- Timestamp:
- 01/28/19 14:00:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter
- Property svn:ignore
-
old new 2 2 _ReSharper.HeuristicLab.DataImporter 3 3 *.user 4 packages
-
- Property svn:ignore
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbColumn.cs
r9615 r16566 21 21 22 22 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 23 using HEAL.Attic; 23 24 24 25 namespace HeuristicLab.DataImporter.DbExplorer.Interfaces { 25 [Storable Class]26 [StorableType("5064BDD9-98CA-4C1F-A70F-71C43077D94B")] 26 27 public class DbColumn { 27 28 [StorableConstructor] -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbTable.cs
r9615 r16566 24 24 using System.Linq; 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HEAL.Attic; 26 27 27 28 namespace HeuristicLab.DataImporter.DbExplorer.Interfaces { 28 [Storable Class]29 [StorableType("A0613D0D-C6C6-4958-9F26-8810E84EAD27")] 29 30 public class DbTable { 30 31 [StorableConstructor] -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
r15690 r16566 1 1 <?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"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 11 <RootNamespace>HeuristicLab.DataImporter.DbExplorer.Interfaces</RootNamespace> 12 12 <AssemblyName>HeuristicLab.DataImporter.DbExplorer.Interfaces-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 98 98 </PropertyGroup> 99 99 <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> 100 106 <Reference Include="HeuristicLab.Persistence-3.3"> 101 107 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> … … 109 115 <Reference Include="System.Core"> 110 116 <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> 111 121 </Reference> 112 122 <Reference Include="System.Windows.Forms" /> … … 132 142 <ItemGroup> 133 143 <None Include="HeuristicLab.snk" /> 144 <None Include="packages.config" /> 134 145 <None Include="Properties\AssemblyInfo.cs.frame" /> 135 146 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.