- Timestamp:
- 07/22/15 09:41:26 (9 years ago)
- Location:
- branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj
r12575 r12796 92 92 </PropertyGroup> 93 93 <ItemGroup> 94 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 95 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 94 <Reference Include="ALGLIB-3.9.0, Version=3.9.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 95 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.9.0.dll</HintPath> 96 <Private>False</Private> 96 97 </Reference> 97 98 <Reference Include="HeuristicLab.Analysis-3.3"> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame
r9750 r12796 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. 7")]28 [PluginDependency("HeuristicLab.ALGLIB", "3.9")] 29 29 [PluginDependency("HeuristicLab.Analysis", "3.3")] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.