Changeset 8627
- Timestamp:
- 09/11/12 10:28:24 (12 years ago)
- Location:
- branches/FitnessLandscapeAnalysis
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj
r7314 r8627 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.4.0"> 102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 103 </Reference> 101 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 104 102 <Reference Include="HeuristicLab.Collections-3.3"> 105 103 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame
r8083 r8627 26 26 [Plugin("HeuristicLab.Analysis.FitnessLandscape.Views", "3.3.0.$WCREV$")] 27 27 [PluginFile("HeuristicLab.Analysis.FitnessLandscape.Views-3.3.dll", PluginFileType.Assembly)] 28 [PluginDependency("HeuristicLab.ALGLIB", "3. 4")]28 [PluginDependency("HeuristicLab.ALGLIB", "3.6")] 29 29 [PluginDependency("HeuristicLab.Analysis.FitnessLandscape", "3.3")] 30 30 [PluginDependency("HeuristicLab.Common", "3.3")] -
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")] -
branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj
r7316 r8627 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3. 4.0">102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3. 4.0.dll</HintPath>101 <Reference Include="ALGLIB-3.6.0"> 102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.