- Timestamp:
- 09/11/12 10:28:24 (12 years ago)
- Location:
- branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj
r7314 r8627 86 86 </PropertyGroup> 87 87 <ItemGroup> 88 <Reference Include="ALGLIB-3.4.0"> 89 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 90 </Reference> 88 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 91 89 <Reference Include="HeuristicLab.Analysis-3.3"> 92 90 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame
r8083 r8627 26 26 [Plugin("HeuristicLab.Analysis.FitnessLandscape", "3.3.0.$WCREV$")] 27 27 [PluginFile("HeuristicLab.Analysis.FitnessLandscape-3.3.dll", PluginFileType.Assembly)] 28 [PluginDependency("HeuristicLab.ALGLIB", "3. 4")]28 [PluginDependency("HeuristicLab.ALGLIB", "3.6")] 29 29 [PluginDependency("HeuristicLab.Analysis", "3.3")] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.