Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/10 19:05:33 (14 years ago)
Author:
cneumuel
Message:

#1347

  • worked on HiveEngine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj

    r5134 r5136  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.HiveParallelEngine</RootNamespace>
    12     <AssemblyName>HeuristicLab.HiveParallelEngine-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.HiveEngine</RootNamespace>
     12    <AssemblyName>HeuristicLab.HiveEngine-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3333  </PropertyGroup>
    3434  <ItemGroup>
     35    <Reference Include="HeuristicLab.Clients.Common-3.3">
     36      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     37    </Reference>
     38    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     39      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     40    </Reference>
    3541    <Reference Include="HeuristicLab.Common-3.3">
    3642      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     43    </Reference>
     44    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     45      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    3746    </Reference>
    3847    <Reference Include="HeuristicLab.Core-3.3">
     
    4554      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    4655    </Reference>
     56    <Reference Include="HeuristicLab.SequentialEngine-3.3">
     57      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     58    </Reference>
    4759    <Reference Include="System" />
    4860    <Reference Include="System.Core" />
     61    <Reference Include="System.Drawing" />
    4962    <Reference Include="System.Xml.Linq" />
    5063    <Reference Include="System.Data.DataSetExtensions" />
     
    5366  </ItemGroup>
    5467  <ItemGroup>
     68    <Compile Include="ScopeMergeException.cs" />
    5569    <None Include="Properties\AssemblyInfo.cs.frame" />
    5670    <None Include="HeuristicLabHiveEnginePlugin.cs.frame" />
    5771    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
    5872    <Compile Include="HiveEngine.cs" />
     73    <Compile Include="OperationJob.cs" />
    5974    <Compile Include="Properties\AssemblyInfo.cs" />
     75  </ItemGroup>
     76  <ItemGroup>
     77    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
     78      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
     79      <Name>HeuristicLab.DataAccess-3.3</Name>
     80    </ProjectReference>
     81    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
     82      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
     83      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
     84    </ProjectReference>
     85    <ProjectReference Include="..\..\HeuristicLab.Hive.ExperimentManager\3.3\HeuristicLab.Hive.ExperimentManager-3.3.csproj">
     86      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
     87      <Name>HeuristicLab.Hive.ExperimentManager-3.3</Name>
     88    </ProjectReference>
     89    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
     90      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
     91      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
     92    </ProjectReference>
    6093  </ItemGroup>
    6194  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.