Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5105 for branches


Ignore:
Timestamp:
12/14/10 16:11:39 (13 years ago)
Author:
ascheibe
Message:

ported most of the slave code to 3.4 #1233

Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4
Files:
17 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj

    r5055 r5105  
    5555    <Reference Include="System" />
    5656    <Reference Include="System.Core" />
     57    <Reference Include="System.Runtime.Serialization" />
     58    <Reference Include="System.ServiceModel" />
    5759    <Reference Include="System.Xml.Linq" />
    5860    <Reference Include="System.Data.DataSetExtensions" />
     
    6163  </ItemGroup>
    6264  <ItemGroup>
    63     <Compile Include="SlaveDummy.cs" />
     65    <Compile Include="ConfigManager.cs" />
     66    <Compile Include="Core.cs" />
     67    <Compile Include="Executor.cs" />
     68    <Compile Include="HeartbeatManager.cs" />
     69    <Compile Include="InvalidStateException.cs" />
     70    <Compile Include="JobStatus.cs" />
     71    <Compile Include="Logger.cs">
     72      <SubType>Code</SubType>
     73    </Compile>
     74    <Compile Include="MessageQueue.cs" />
     75    <Compile Include="NetworkEnum.cs" />
     76    <Compile Include="PluginCache.cs" />
     77    <Compile Include="PluginUtil.cs" />
     78    <Compile Include="Properties\Settings.Designer.cs">
     79      <AutoGen>True</AutoGen>
     80      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     81      <DependentUpon>Settings.settings</DependentUpon>
     82    </Compile>
     83    <Compile Include="SlaveStatusInfo.cs" />
     84    <Compile Include="StatusCommons.cs" />
     85    <Compile Include="WcfService.cs" />
     86    <None Include="app.config" />
    6487    <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
    6588    <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
    6689    <Compile Include="Properties\AssemblyInfo.cs" />
    6790    <None Include="Properties\AssemblyInfo.cs.frame" />
     91    <None Include="Properties\Settings.settings">
     92      <Generator>PublicSettingsSingleFileGenerator</Generator>
     93      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     94    </None>
    6895  </ItemGroup>
    6996  <ItemGroup>
     
    74101      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
    75102      <Name>HeuristicLab.Clients.Hive-3.4</Name>
     103    </ProjectReference>
     104    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
     105      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
     106      <Name>HeuristicLab.Hive-3.4</Name>
    76107    </ProjectReference>
    77108    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
Note: See TracChangeset for help on using the changeset viewer.