Free cookie consent management tool by TermsFeed Policy Generator

Changeset 919


Ignore:
Timestamp:
12/07/08 12:45:14 (15 years ago)
Author:
kgrading
Message:

refactored for #418, disabled the Client Console Project

Location:
trunk/sources
Files:
9 added
6 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/HeuristicLab.Hive.Client.Communication.csproj

    r901 r919  
    6767  </ItemGroup>
    6868  <ItemGroup>
    69     <Compile Include="ClientConsoleCommunicator.cs" />
    70     <Compile Include="ClientConsoleServer.cs" />
    71     <Compile Include="ClientConsole\ConnectionContainer.cs" />
    72     <Compile Include="ClientConsole\JobStatus.cs" />
    73     <Compile Include="ClientConsole\StatusCommons.cs" />
    7469    <Compile Include="CommunicationsPlugin.cs" />
    75     <Compile Include="Interfaces\IClientConsoleCommunicator.cs" />
    7670    <Compile Include="Properties\AssemblyInfo.cs" />
    7771    <Compile Include="ServerProxy.cs" />
  • trunk/sources/HeuristicLab.Hive.Client.Core/ConfigurationManager.cs

    r908 r919  
    2525using System.Text;
    2626using HeuristicLab.Hive.Contracts.BusinessObjects;
    27 using HeuristicLab.Hive.Client.Communication.ClientConsole;
    2827using HeuristicLab.Hive.Client.ExecutionEngine;
     28using HeuristicLab.Hive.Client.Core.ClientConsoleService;
    2929
    3030namespace HeuristicLab.Hive.Client.Core {
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r908 r919  
    3838using HeuristicLab.PluginInfrastructure;
    3939using System.ServiceModel;
    40 using HeuristicLab.Hive.Client.Communication.Interfaces;
    4140using System.ServiceModel.Description;
     41using HeuristicLab.Hive.Client.Core.ClientConsoleService;
    4242
    4343
  • trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj

    r852 r919  
    7070  </ItemGroup>
    7171  <ItemGroup>
     72    <Compile Include="ClientConsoleService\ClientConsoleCommunicator.cs" />
     73    <Compile Include="ClientConsoleService\ClientConsoleServer.cs" />
     74    <Compile Include="ClientConsoleService\Interfaces\IClientConsoleCommunicator.cs" />
     75    <Compile Include="ClientConsoleService\TransferObjects\ConnectionContainer.cs" />
     76    <Compile Include="ClientConsoleService\TransferObjects\JobStatus.cs" />
     77    <Compile Include="ClientConsoleService\TransferObjects\StatusCommons.cs" />
    7278    <Compile Include="ConfigurationManager.cs" />
    7379    <Compile Include="Core.cs" />
  • trunk/sources/HeuristicLab.sln

    r916 r919  
    956956    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    957957    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    958     {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Debug|Any CPU.Build.0 = Debug|Any CPU
    959958    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Debug|x86.ActiveCfg = Debug|x86
    960959    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Debug|x86.Build.0 = Debug|x86
Note: See TracChangeset for help on using the changeset viewer.