Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 00:43:59 (13 years ago)
Author:
cneumuel
Message:

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File:
1 edited

Legend:

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

    r6033 r6373  
    125125  </ItemGroup>
    126126  <ItemGroup>
    127     <Compile Include="Administration\HiveAppointment.cs" />
    128     <Compile Include="Administration\Recurrence.cs">
    129       <SubType>Form</SubType>
    130     </Compile>
    131     <Compile Include="Administration\Recurrence.designer.cs">
    132       <DependentUpon>Recurrence.cs</DependentUpon>
    133     </Compile>
    134     <Compile Include="Administration\RecurrentEvent.cs" />
    135     <Compile Include="Administration\ResourcesView.cs">
    136       <SubType>UserControl</SubType>
    137     </Compile>
    138     <Compile Include="Administration\ResourcesView.Designer.cs">
    139       <DependentUpon>ResourcesView.cs</DependentUpon>
    140     </Compile>
    141     <Compile Include="Administration\ScheduleView.cs">
    142       <SubType>UserControl</SubType>
    143     </Compile>
    144     <Compile Include="Administration\ScheduleView.Designer.cs">
    145       <DependentUpon>ScheduleView.cs</DependentUpon>
    146     </Compile>
    147     <Compile Include="Administration\SlaveView.cs">
    148       <SubType>UserControl</SubType>
    149     </Compile>
    150     <Compile Include="Administration\SlaveView.Designer.cs">
    151       <DependentUpon>SlaveView.cs</DependentUpon>
    152     </Compile>
    153     <Compile Include="Common\UpdateControl.cs">
    154       <SubType>UserControl</SubType>
    155     </Compile>
    156     <Compile Include="Common\UpdateControl.Designer.cs">
    157       <DependentUpon>UpdateControl.cs</DependentUpon>
    158     </Compile>
    159     <Compile Include="ExperimentManager\OptimizerHiveJobView.cs">
    160       <SubType>UserControl</SubType>
    161     </Compile>
    162     <Compile Include="ExperimentManager\OptimizerHiveJobView.designer.cs">
    163       <DependentUpon>OptimizerHiveJobView.cs</DependentUpon>
    164     </Compile>
    165     <Compile Include="ExperimentManager\RefreshableHiveExperimentView.cs">
    166       <SubType>UserControl</SubType>
    167     </Compile>
    168     <Compile Include="ExperimentManager\RefreshableHiveExperimentView.Designer.cs">
    169       <DependentUpon>RefreshableHiveExperimentView.cs</DependentUpon>
    170     </Compile>
    171     <Compile Include="ExperimentManager\HiveItemView.cs">
    172       <SubType>UserControl</SubType>
    173     </Compile>
    174     <Compile Include="ExperimentManager\HiveItemView.Designer.cs">
     127    <Compile Include="HiveJobs\ControllableHiveJobView.cs">
     128      <SubType>UserControl</SubType>
     129    </Compile>
     130    <Compile Include="HiveJobs\ControllableHiveJobView.designer.cs">
     131      <DependentUpon>ControllableHiveJobView.cs</DependentUpon>
     132    </Compile>
     133    <Compile Include="HiveItemView.cs">
     134      <SubType>UserControl</SubType>
     135    </Compile>
     136    <Compile Include="HiveItemView.Designer.cs">
    175137      <DependentUpon>HiveItemView.cs</DependentUpon>
    176138    </Compile>
    177     <Compile Include="ExperimentManager\StateLogListList.cs" />
    178     <Compile Include="ExperimentManager\TreeView\NewExperimentTreeNodeAction.cs" />
    179     <Compile Include="ExperimentManager\TreeView\DeleteJobTreeNodeAction.cs" />
    180     <Compile Include="ExperimentManager\TreeView\HiveJobItemTreeView.cs">
    181       <SubType>UserControl</SubType>
    182     </Compile>
    183     <Compile Include="ExperimentManager\TreeView\HiveJobItemTreeView.Designer.cs">
     139    <Compile Include="HiveJobs\HiveJobListView.cs">
     140      <SubType>UserControl</SubType>
     141    </Compile>
     142    <Compile Include="HiveJobs\HiveJobListView.designer.cs">
     143      <DependentUpon>HiveJobListView.cs</DependentUpon>
     144    </Compile>
     145    <Compile Include="HiveJobs\HiveJobView.cs">
     146      <SubType>UserControl</SubType>
     147    </Compile>
     148    <Compile Include="HiveJobs\HiveJobView.designer.cs">
     149      <DependentUpon>HiveJobView.cs</DependentUpon>
     150    </Compile>
     151    <Compile Include="StateLog\StateLogListList.cs" />
     152    <Compile Include="TreeView\NewExperimentTreeNodeAction.cs" />
     153    <Compile Include="TreeView\DeleteJobTreeNodeAction.cs" />
     154    <Compile Include="TreeView\HiveJobItemTreeView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
     157    <Compile Include="TreeView\HiveJobItemTreeView.Designer.cs">
    184158      <DependentUpon>HiveJobItemTreeView.cs</DependentUpon>
    185159    </Compile>
    186     <Compile Include="ExperimentManager\TreeView\ItemTreeView.cs">
    187       <SubType>UserControl</SubType>
    188     </Compile>
    189     <Compile Include="ExperimentManager\TreeView\ItemTreeView.designer.cs">
     160    <Compile Include="TreeView\ItemTreeView.cs">
     161      <SubType>UserControl</SubType>
     162    </Compile>
     163    <Compile Include="TreeView\ItemTreeView.designer.cs">
    190164      <DependentUpon>ItemTreeView.cs</DependentUpon>
    191165    </Compile>
    192     <Compile Include="ExperimentManager\StateLogGanttChartListView.cs">
    193       <SubType>UserControl</SubType>
    194     </Compile>
    195     <Compile Include="ExperimentManager\StateLogGanttChartListView.designer.cs">
     166    <Compile Include="StateLog\StateLogGanttChartListView.cs">
     167      <SubType>UserControl</SubType>
     168    </Compile>
     169    <Compile Include="StateLog\StateLogGanttChartListView.designer.cs">
    196170      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
    197171    </Compile>
    198     <Compile Include="ExperimentManager\GanttChart.cs">
    199       <SubType>UserControl</SubType>
    200     </Compile>
    201     <Compile Include="ExperimentManager\GanttChart.Designer.cs">
     172    <Compile Include="GanttChart\GanttChart.cs">
     173      <SubType>UserControl</SubType>
     174    </Compile>
     175    <Compile Include="GanttChart\GanttChart.Designer.cs">
    202176      <DependentUpon>GanttChart.cs</DependentUpon>
    203177    </Compile>
    204     <Compile Include="ExperimentManager\StateLogGanttChartView.cs">
    205       <SubType>UserControl</SubType>
    206     </Compile>
    207     <Compile Include="ExperimentManager\StateLogGanttChartView.designer.cs">
     178    <Compile Include="StateLog\StateLogGanttChartView.cs">
     179      <SubType>UserControl</SubType>
     180    </Compile>
     181    <Compile Include="StateLog\StateLogGanttChartView.designer.cs">
    208182      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
    209183    </Compile>
    210     <Compile Include="ExperimentManager\StateLogList.cs" />
    211     <Compile Include="ExperimentManager\StateLogListView.cs">
    212       <SubType>UserControl</SubType>
    213     </Compile>
    214     <Compile Include="ExperimentManager\StateLogListView.designer.cs">
     184    <Compile Include="StateLog\StateLogList.cs" />
     185    <Compile Include="StateLog\StateLogListView.cs">
     186      <SubType>UserControl</SubType>
     187    </Compile>
     188    <Compile Include="StateLog\StateLogListView.designer.cs">
    215189      <DependentUpon>StateLogListView.cs</DependentUpon>
    216190    </Compile>
    217     <Compile Include="ExperimentManager\StateLogView.cs">
    218       <SubType>UserControl</SubType>
    219     </Compile>
    220     <Compile Include="ExperimentManager\StateLogView.designer.cs">
     191    <Compile Include="StateLog\StateLogView.cs">
     192      <SubType>UserControl</SubType>
     193    </Compile>
     194    <Compile Include="StateLog\StateLogView.designer.cs">
    221195      <DependentUpon>StateLogView.cs</DependentUpon>
    222     </Compile>
    223     <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
    224       <SubType>UserControl</SubType>
    225     </Compile>
    226     <Compile Include="ExperimentManager\HiveExperimentManagerView.Designer.cs">
    227       <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
    228196    </Compile>
    229197    <Compile Include="HiveImageLibrary.Designer.cs">
     
    238206    </Compile>
    239207    <None Include="HeuristicLabClientsHiveViewsPlugin.cs.frame" />
    240     <Compile Include="Administration\HiveAdministrationView.cs">
    241       <SubType>UserControl</SubType>
    242     </Compile>
    243     <Compile Include="Administration\HiveAdministrationView.Designer.cs">
    244       <DependentUpon>HiveAdministrationView.cs</DependentUpon>
    245     </Compile>
    246     <Compile Include="Administration\MenuItems\AdministrationMenuItem.cs" />
    247     <Compile Include="ExperimentManager\HiveExperimentListView.cs">
    248       <SubType>UserControl</SubType>
    249     </Compile>
    250     <Compile Include="ExperimentManager\HiveExperimentListView.Designer.cs">
    251       <DependentUpon>HiveExperimentListView.cs</DependentUpon>
    252     </Compile>
    253     <Compile Include="ExperimentManager\HiveJobListView.cs">
    254       <SubType>UserControl</SubType>
    255     </Compile>
    256     <Compile Include="ExperimentManager\HiveJobListView.designer.cs">
    257       <DependentUpon>HiveJobListView.cs</DependentUpon>
    258     </Compile>
    259     <Compile Include="ExperimentManager\HiveJobView.cs">
    260       <SubType>UserControl</SubType>
    261     </Compile>
    262     <Compile Include="ExperimentManager\HiveJobView.designer.cs">
    263       <DependentUpon>HiveJobView.cs</DependentUpon>
    264     </Compile>
    265     <Compile Include="ExperimentManager\MenuItems\ExperimentManagerMenuItem.cs" />
    266208    <Compile Include="HeuristicLabClientsHiveViewsPlugin.cs" />
    267209    <Compile Include="Progress\ProgressView.cs">
     
    278220  </ItemGroup>
    279221  <ItemGroup>
    280     <EmbeddedResource Include="Administration\HiveAdministrationView.resx">
    281       <DependentUpon>HiveAdministrationView.cs</DependentUpon>
    282     </EmbeddedResource>
    283     <EmbeddedResource Include="Administration\Recurrence.resx">
    284       <DependentUpon>Recurrence.cs</DependentUpon>
    285     </EmbeddedResource>
    286     <EmbeddedResource Include="Administration\ResourcesView.resx">
    287       <DependentUpon>ResourcesView.cs</DependentUpon>
    288     </EmbeddedResource>
    289     <EmbeddedResource Include="Administration\ScheduleView.resx">
    290       <DependentUpon>ScheduleView.cs</DependentUpon>
    291     </EmbeddedResource>
    292     <EmbeddedResource Include="Administration\SlaveView.resx">
    293       <DependentUpon>SlaveView.cs</DependentUpon>
    294     </EmbeddedResource>
    295     <EmbeddedResource Include="Common\UpdateControl.resx">
    296       <DependentUpon>UpdateControl.cs</DependentUpon>
    297     </EmbeddedResource>
    298     <EmbeddedResource Include="ExperimentManager\OptimizerHiveJobView.resx">
    299       <DependentUpon>OptimizerHiveJobView.cs</DependentUpon>
    300     </EmbeddedResource>
    301     <EmbeddedResource Include="ExperimentManager\RefreshableHiveExperimentView.resx">
    302       <DependentUpon>RefreshableHiveExperimentView.cs</DependentUpon>
    303     </EmbeddedResource>
    304     <EmbeddedResource Include="ExperimentManager\TreeView\ItemTreeView.resx">
     222    <EmbeddedResource Include="HiveJobs\ControllableHiveJobView.resx">
     223      <DependentUpon>ControllableHiveJobView.cs</DependentUpon>
     224    </EmbeddedResource>
     225    <EmbeddedResource Include="HiveJobs\HiveJobView.resx">
     226      <DependentUpon>HiveJobView.cs</DependentUpon>
     227    </EmbeddedResource>
     228    <EmbeddedResource Include="TreeView\ItemTreeView.resx">
    305229      <DependentUpon>ItemTreeView.cs</DependentUpon>
    306230    </EmbeddedResource>
    307     <EmbeddedResource Include="ExperimentManager\StateLogGanttChartListView.resx">
     231    <EmbeddedResource Include="StateLog\StateLogGanttChartListView.resx">
    308232      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
    309233    </EmbeddedResource>
    310     <EmbeddedResource Include="ExperimentManager\GanttChart.resx">
     234    <EmbeddedResource Include="GanttChart\GanttChart.resx">
    311235      <DependentUpon>GanttChart.cs</DependentUpon>
    312236    </EmbeddedResource>
    313     <EmbeddedResource Include="ExperimentManager\StateLogGanttChartView.resx">
     237    <EmbeddedResource Include="StateLog\StateLogGanttChartView.resx">
    314238      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
    315239    </EmbeddedResource>
    316     <EmbeddedResource Include="ExperimentManager\StateLogView.resx">
     240    <EmbeddedResource Include="StateLog\StateLogView.resx">
    317241      <DependentUpon>StateLogView.cs</DependentUpon>
    318     </EmbeddedResource>
    319     <EmbeddedResource Include="ExperimentManager\HiveExperimentManagerView.resx">
    320       <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
    321       <SubType>Designer</SubType>
    322     </EmbeddedResource>
    323     <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
    324       <DependentUpon>HiveJobView.cs</DependentUpon>
    325242    </EmbeddedResource>
    326243    <EmbeddedResource Include="HiveImageLibrary.resx">
Note: See TracChangeset for help on using the changeset viewer.