Free cookie consent management tool by TermsFeed Policy Generator

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

moved the jobs class (#394)

Location:
trunk/sources/HeuristicLab.Hive.Client.Common
Files:
3 deleted
1 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.
Note: See TracChangeset for help on using the changeset viewer.