Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/10 16:58:35 (14 years ago)
Author:
cneumuel
Message:

further improvement and stabilisation of HiveExperiment (#1115)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3HeuristicLab.Hive.Experiment.Views-3.3.csproj.user
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj

    r4119 r4120  
    7373      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    7474    </Reference>
    75     <Reference Include="HeuristicLab.Hive.Experiment.Views-3.3, Version=3.3.0.4111, Culture=neutral, processorArchitecture=MSIL" />
     75    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.4091, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     76    <Reference Include="HeuristicLab.Hive.Experiment.Views-3.3, Version=3.3.0.4119, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7677    <Reference Include="HeuristicLab.Hive.Server.Console-3.3">
    7778      <HintPath>..\..\HeuristicLab.Hive.Server.Console\3.3\obj\Debug\HeuristicLab.Hive.Server.Console-3.3.dll</HintPath>
     
    9293      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    9394    </Reference>
     95    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    9496    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    9597      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     
    101103    <Reference Include="System.Xml.Linq" />
    102104    <Reference Include="System.Data.DataSetExtensions" />
    103     <Reference Include="Microsoft.CSharp" />
    104105    <Reference Include="System.Data" />
    105106    <Reference Include="System.Xml" />
     
    113114      <DependentUpon>HiveExperimentView.cs</DependentUpon>
    114115    </Compile>
     116    <Compile Include="JobItemListView.cs">
     117      <SubType>UserControl</SubType>
     118    </Compile>
     119    <Compile Include="JobItemListView.Designer.cs">
     120      <DependentUpon>JobItemListView.cs</DependentUpon>
     121    </Compile>
     122    <Compile Include="JobItemView.cs">
     123      <SubType>UserControl</SubType>
     124    </Compile>
     125    <Compile Include="JobItemView.Designer.cs">
     126      <DependentUpon>JobItemView.cs</DependentUpon>
     127    </Compile>
    115128    <Compile Include="Properties\AssemblyInfo.cs" />
    116129  </ItemGroup>
     
    120133  </ItemGroup>
    121134  <ItemGroup>
     135    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
     136      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     137      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
     138    </ProjectReference>
    122139    <ProjectReference Include="..\..\HeuristicLab.Hive.Experiment\3.3\HeuristicLab.Hive.Experiment-3.3.csproj">
    123140      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
    124141      <Name>HeuristicLab.Hive.Experiment-3.3</Name>
     142    </ProjectReference>
     143    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
     144      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
     145      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
    125146    </ProjectReference>
    126147  </ItemGroup>
     
    128149    <EmbeddedResource Include="HiveExperimentView.resx">
    129150      <DependentUpon>HiveExperimentView.cs</DependentUpon>
     151    </EmbeddedResource>
     152    <EmbeddedResource Include="JobItemView.resx">
     153      <DependentUpon>JobItemView.cs</DependentUpon>
    130154    </EmbeddedResource>
    131155  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.