Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/10 17:13:27 (14 years ago)
Author:
cneumuel
Message:

#1233

  • added plugin management features
  • took over client-GUI from old branch
  • merged with bugfixes from old branch
  • added hive-web (for IIS)
Location:
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2Tests
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj

    r4629 r4905  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     41      <SpecificVersion>False</SpecificVersion>
     42    </Reference>
    4043    <Reference Include="HeuristicLab.Common-3.3">
    4144      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    4245    </Reference>
     46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     47      <SpecificVersion>False</SpecificVersion>
     48    </Reference>
    4349    <Reference Include="HeuristicLab.Core-3.3">
    4450      <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.Core.Views-3.3">
     53      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Data-3.3">
     56      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.MainForm-3.3">
     59      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     62      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     63    </Reference>
     64    <Reference Include="HeuristicLab.Optimization-3.3">
     65      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     66    </Reference>
     67    <Reference Include="HeuristicLab.Optimizer-3.3">
     68      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
    4569    </Reference>
    4670    <Reference Include="HeuristicLab.Persistence-3.3">
     
    5276    <Reference Include="System" />
    5377    <Reference Include="System.Core" />
     78    <Reference Include="System.Drawing" />
     79    <Reference Include="System.Windows.Forms" />
    5480    <Reference Include="System.Xml.Linq" />
    5581    <Reference Include="System.Data.DataSetExtensions" />
     
    5884  </ItemGroup>
    5985  <ItemGroup>
     86    <Compile Include="ExperimentManager\ConnectionSetupView.cs">
     87      <SubType>Form</SubType>
     88    </Compile>
     89    <Compile Include="ExperimentManager\ConnectionSetupView.Designer.cs">
     90      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
     91    </Compile>
     92    <Compile Include="ExperimentManager\HiveExperimentListView.cs">
     93      <SubType>UserControl</SubType>
     94    </Compile>
     95    <Compile Include="ExperimentManager\HiveExperimentListView.Designer.cs">
     96      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
     97    </Compile>
     98    <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
     99      <SubType>UserControl</SubType>
     100    </Compile>
     101    <Compile Include="ExperimentManager\HiveExperimentManagerView.Designer.cs">
     102      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
     103    </Compile>
     104    <Compile Include="ExperimentManager\HiveExperimentView.cs">
     105      <SubType>UserControl</SubType>
     106    </Compile>
     107    <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
     108      <DependentUpon>HiveExperimentView.cs</DependentUpon>
     109    </Compile>
     110    <Compile Include="ExperimentManager\HiveJobListView.cs">
     111      <SubType>UserControl</SubType>
     112    </Compile>
     113    <Compile Include="ExperimentManager\HiveJobListView.designer.cs">
     114      <DependentUpon>HiveJobListView.cs</DependentUpon>
     115    </Compile>
     116    <Compile Include="ExperimentManager\HiveJobView.cs">
     117      <SubType>UserControl</SubType>
     118    </Compile>
     119    <Compile Include="ExperimentManager\HiveJobView.designer.cs">
     120      <DependentUpon>HiveJobView.cs</DependentUpon>
     121    </Compile>
     122    <Compile Include="ExperimentManager\MenuItems\ConnectionSetupMenuItem.cs" />
     123    <Compile Include="ExperimentManager\MenuItems\ExperimentManagerMenuItem.cs" />
    60124    <Compile Include="HeuristicLabClientsHiveViewsPlugin.cs" />
     125    <Compile Include="Progress\ProgressView.cs">
     126      <SubType>UserControl</SubType>
     127    </Compile>
     128    <Compile Include="Progress\ProgressView.designer.cs">
     129      <DependentUpon>ProgressView.cs</DependentUpon>
     130    </Compile>
    61131    <Compile Include="Properties\AssemblyInfo.cs" />
    62132  </ItemGroup>
    63133  <ItemGroup>
    64134    <None Include="HeuristicLab.snk" />
     135  </ItemGroup>
     136  <ItemGroup>
     137    <EmbeddedResource Include="ExperimentManager\ConnectionSetupView.resx">
     138      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
     139    </EmbeddedResource>
     140    <EmbeddedResource Include="ExperimentManager\HiveExperimentManagerView.resx">
     141      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
     142    </EmbeddedResource>
     143    <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
     144      <DependentUpon>HiveExperimentView.cs</DependentUpon>
     145    </EmbeddedResource>
     146    <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
     147      <DependentUpon>HiveJobView.cs</DependentUpon>
     148    </EmbeddedResource>
     149    <EmbeddedResource Include="Progress\ProgressView.resx">
     150      <DependentUpon>ProgressView.cs</DependentUpon>
     151    </EmbeddedResource>
     152  </ItemGroup>
     153  <ItemGroup>
     154    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
     155      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
     156      <Name>HeuristicLab.Clients.Hive-3.3</Name>
     157    </ProjectReference>
     158    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
     159      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
     160      <Name>HeuristicLab.Hive-3.3</Name>
     161    </ProjectReference>
     162    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.3\HeuristicLab.Services.Hive.Common-3.3.csproj">
     163      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
     164      <Name>HeuristicLab.Services.Hive.Common-3.3</Name>
     165    </ProjectReference>
    65166  </ItemGroup>
    66167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.