Changeset 27 for trunk/sources/HeuristicLab.DistributedEngine
- Timestamp:
- 02/28/08 12:21:16 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.DistributedEngine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj
r4 r27 72 72 <Name>HeuristicLab.PluginInfrastructure</Name> 73 73 </ProjectReference> 74 <ProjectReference Include="..\HeuristicLab.ThreadParallelEngine\HeuristicLab.ThreadParallelEngine.csproj">75 <Project>{6E757D0E-20F9-4E89-AF06-D7DA256870DB}</Project>76 <Name>HeuristicLab.ThreadParallelEngine</Name>77 </ProjectReference>78 74 </ItemGroup> 79 75 <ItemGroup> -
trunk/sources/HeuristicLab.DistributedEngine/HeuristicLabDistributedEnginePlugin.cs
r14 r27 30 30 [Dependency(Dependency = "HeuristicLab.Core")] 31 31 [Dependency(Dependency = "HeuristicLab.Grid")] 32 [Dependency(Dependency = "HeuristicLab.ThreadParallelEngine")]33 32 public class HeuristicLabDistributedEnginePlugin : PluginBase { 34 33 }
Note: See TracChangeset
for help on using the changeset viewer.