Changeset 7314
- Timestamp:
- 01/11/12 13:03:54 (13 years ago)
- Location:
- branches/FitnessLandscapeAnalysis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj
r7141 r7314 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3. 1.0">102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3. 1.0.dll</HintPath>101 <Reference Include="ALGLIB-3.4.0"> 102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.Collections-3.3"> -
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj
r7212 r7314 86 86 </PropertyGroup> 87 87 <ItemGroup> 88 <Reference Include="ALGLIB-3. 1.0">89 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3. 1.0.dll</HintPath>88 <Reference Include="ALGLIB-3.4.0"> 89 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 90 90 </Reference> 91 91 <Reference Include="HeuristicLab.Analysis-3.3"> -
branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj
r7232 r7314 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3. 1.0">102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3. 1.0.dll</HintPath>101 <Reference Include="ALGLIB-3.4.0"> 102 <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.4.0.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.