Changeset 16994 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces
- Timestamp:
- 05/29/19 12:26:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbConnectionBase.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 22 using System.Data.Common; 27 23 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbExplorerBase.cs
r9615 r16994 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using System.Text;26 25 using System.Data.Common; 27 using System.Globalization;28 26 using System.Windows.Forms; 29 27 using System.ComponentModel; -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbTableComparer.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 22 using System.Collections.Generic; 24 using System.Linq;25 using System.Text;26 23 27 24 namespace HeuristicLab.DataImporter.DbExplorer.Interfaces { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
r16570 r16994 104 104 <HintPath>..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath> 105 105 </Reference> 106 <Reference Include="HeuristicLab.Persistence-3.3">107 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>108 <Private>False</Private>109 </Reference>110 106 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 111 107 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/IDbConnectionWizard.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 22 using System.Windows.Forms; 27 23 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/IDbExplorer.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 22 using System.Collections.Generic; 24 using System.Linq;25 using System.Text;26 23 using System.ComponentModel; 27 using System.Windows.Forms;28 24 using HeuristicLab.DataImporter.Data.Model; 29 25
Note: See TracChangeset
for help on using the changeset viewer.