Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/11 11:07:33 (13 years ago)
Author:
svonolfe
Message:

Worked on the MPIEngine (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj

    r6354 r6388  
    103103  </PropertyGroup>
    104104  <ItemGroup>
     105    <Reference Include="Microsoft.Hpc.Scheduler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
     106      <HintPath>Microsoft.Hpc.Scheduler.dll</HintPath>
     107    </Reference>
    105108    <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
    106109      <HintPath>..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
     
    108111    <Reference Include="System" />
    109112    <Reference Include="System.Core" />
     113    <Reference Include="System.ServiceModel" />
    110114    <Reference Include="System.Xml.Linq" />
    111115    <Reference Include="System.Data.DataSetExtensions" />
     
    115119  </ItemGroup>
    116120  <ItemGroup>
     121    <Compile Include="AlgorithmBroker.cs" />
    117122    <Compile Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs" />
     123    <Compile Include="IAlgorithmBroker.cs" />
    118124    <Compile Include="Program.cs" />
    119125    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.