Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/10 22:16:04 (14 years ago)
Author:
kgrading
Message:

#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.Hive.Server.Console/3.2/HeuristicLab.Hive.Server.Console-3.2.csproj

    r3931 r4042  
    132132    </Compile>
    133133    <Compile Include="HiveServerConsolePlugin.cs" />
     134    <Compile Include="JobDataFetcher.cs" />
     135    <Compile Include="JobListView.cs">
     136      <SubType>Component</SubType>
     137    </Compile>
     138    <Compile Include="JobListViewControl.cs">
     139      <SubType>UserControl</SubType>
     140    </Compile>
     141    <Compile Include="JobListViewControl.Designer.cs">
     142      <DependentUpon>JobListViewControl.cs</DependentUpon>
     143    </Compile>
    134144    <Compile Include="LogonDlg.cs">
    135145      <SubType>Form</SubType>
     
    159169      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
    160170      <SubType>Designer</SubType>
     171    </EmbeddedResource>
     172    <EmbeddedResource Include="JobListView.resx">
     173      <DependentUpon>JobListView.cs</DependentUpon>
     174    </EmbeddedResource>
     175    <EmbeddedResource Include="JobListViewControl.resx">
     176      <DependentUpon>JobListViewControl.cs</DependentUpon>
    161177    </EmbeddedResource>
    162178    <EmbeddedResource Include="LogonDlg.resx">
Note: See TracChangeset for help on using the changeset viewer.