Changeset 6388 for branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj
- Timestamp:
- 06/08/11 11:07:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.ExtLibs/HeuristicLab.MPInet/MPIAlgorithmRunner/3.3/HeuristicLab.MPIAlgorithmRunner-3.3.csproj
r6354 r6388 103 103 </PropertyGroup> 104 104 <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> 105 108 <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL"> 106 109 <HintPath>..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath> … … 108 111 <Reference Include="System" /> 109 112 <Reference Include="System.Core" /> 113 <Reference Include="System.ServiceModel" /> 110 114 <Reference Include="System.Xml.Linq" /> 111 115 <Reference Include="System.Data.DataSetExtensions" /> … … 115 119 </ItemGroup> 116 120 <ItemGroup> 121 <Compile Include="AlgorithmBroker.cs" /> 117 122 <Compile Include="HeuristicLabMPIAlgorithmRunnerPlugin.cs" /> 123 <Compile Include="IAlgorithmBroker.cs" /> 118 124 <Compile Include="Program.cs" /> 119 125 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.