Changeset 3384 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 04/17/10 22:49:15 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj ¶
r3319 r3384 132 132 <Name>HeuristicLab.Common.Resources-3.2</Name> 133 133 </ProjectReference> 134 <ProjectReference Include="..\..\HeuristicLab.Common\3. 2\HeuristicLab.Common-3.2.csproj">135 <Project>{ 1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>136 <Name>HeuristicLab.Common-3. 2</Name>134 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 135 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 136 <Name>HeuristicLab.Common-3.3</Name> 137 137 </ProjectReference> 138 138 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> -
TabularUnified trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame ¶
r3170 r3384 29 29 [PluginFile("HeuristicLab.Problems.TestFunctions-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3. 2")]31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.