Free cookie consent management tool by TermsFeed Policy Generator

Changeset 819


Ignore:
Timestamp:
11/26/08 14:43:36 (16 years ago)
Author:
kgrading
Message:

moved the jobs class (#394)

Location:
trunk/sources
Files:
3 added
3 deleted
3 edited

Legend:

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

    r793 r819  
    6666  <ItemGroup>
    6767    <Compile Include="CommonPlugin.cs" />
    68     <Compile Include="Interfaces\IJob.cs" />
    69     <Compile Include="JobBase.cs" />
    7068    <Compile Include="Logging.cs" />
    7169    <Compile Include="MessageQueue.cs" />
    7270    <Compile Include="Properties\AssemblyInfo.cs" />
    7371    <Compile Include="Status.cs" />
    74     <Compile Include="TestJob.cs" />
    7572  </ItemGroup>
    7673  <ItemGroup>
     
    9289    <None Include="Properties\AssemblyInfo.frame" />
    9390  </ItemGroup>
     91  <ItemGroup>
     92    <Folder Include="Interfaces\" />
     93  </ItemGroup>
    9494  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    9595  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Hive.Client.Communication/ServiceLocator.cs

    r805 r819  
    1313        proxy = new ClientCommunicatorClient(
    1414          new NetTcpBinding(),
    15           new EndpointAddress("net.tcp://192.168.132.1:9000/HiveServer/ClientCommunicator")
     15          new EndpointAddress("net.tcp://10.20.53.1:9000/HiveServer/ClientCommunicator")
    1616          );
    1717      }
  • trunk/sources/HeuristicLab.Hive.Contracts/HeuristicLab.Hive.Contracts.csproj

    r800 r819  
    6767    <Compile Include="BusinessObjects\User.cs" />
    6868    <Compile Include="BusinessObjects\UserGroup.cs" />
     69    <Compile Include="Interfaces\IJob.cs" />
    6970    <Compile Include="Interfaces\IClientManager.cs" />
    7071    <Compile Include="Interfaces\IJobManager.cs" />
    7172    <Compile Include="Interfaces\IServerConsoleFacade.cs" />
    7273    <Compile Include="Interfaces\IUserRoleManager.cs" />
     74    <Compile Include="JobBase.cs" />
    7375    <Compile Include="MessageContainer.cs" />
    7476    <Compile Include="ResponseJob.cs" />
     
    7880    <Compile Include="Response.cs" />
    7981    <Compile Include="ResponseHB.cs" />
     82    <Compile Include="TestJob.cs" />
    8083  </ItemGroup>
    8184  <ItemGroup>
     85    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
     86      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     87      <Name>HeuristicLab.Core</Name>
     88    </ProjectReference>
    8289    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    8390      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.