Changeset 3368 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 04/16/10 04:53:58 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj ¶
r3336 r3368 100 100 <Name>HeuristicLab.Collections-3.3</Name> 101 101 </ProjectReference> 102 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 103 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 104 <Name>HeuristicLab.Common-3.2</Name> 105 </ProjectReference> 102 106 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 103 107 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
TabularUnified trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs.frame ¶
r3130 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.