- Timestamp:
- 04/17/10 22:49:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r3368 r3384 97 97 <Name>HeuristicLab.Collections-3.3</Name> 98 98 </ProjectReference> 99 <ProjectReference Include="..\..\HeuristicLab.Common\3. 2\HeuristicLab.Common-3.2.csproj">100 <Project>{ 1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>101 <Name>HeuristicLab.Common-3. 2</Name>99 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 100 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 101 <Name>HeuristicLab.Common-3.3</Name> 102 102 </ProjectReference> 103 103 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> -
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs.frame
r3368 r3384 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3. 2")]32 [PluginDependency("HeuristicLab.Common", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.