Changeset 16039
- Timestamp:
- 08/02/18 09:22:49 (6 years ago)
- Location:
- branches/2904_CalculateImpacts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2904_CalculateImpacts/CalculateImpacts.sln
r16030 r16039 10 10 {DF87C13E-A889-46FF-8153-66DCAA8C5674} = {DF87C13E-A889-46FF-8153-66DCAA8C5674} 11 11 EndProjectSection 12 EndProject 13 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tests", "HeuristicLab.Tests\HeuristicLab.Tests.csproj", "{B62872C1-6752-4758-9823-751A2D28C388}" 12 14 EndProject 13 15 Global … … 45 47 {3E9E8944-44FF-40BB-A622-3A4A7DD0F198}.Release|x86.ActiveCfg = Release|x86 46 48 {3E9E8944-44FF-40BB-A622-3A4A7DD0F198}.Release|x86.Build.0 = Release|x86 49 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 50 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|Any CPU.Build.0 = Debug|Any CPU 51 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x64.ActiveCfg = Debug|x64 52 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x64.Build.0 = Debug|x64 53 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x86.ActiveCfg = Debug|x86 54 {B62872C1-6752-4758-9823-751A2D28C388}.Debug|x86.Build.0 = Debug|x86 55 {B62872C1-6752-4758-9823-751A2D28C388}.Release|Any CPU.ActiveCfg = Release|Any CPU 56 {B62872C1-6752-4758-9823-751A2D28C388}.Release|Any CPU.Build.0 = Release|Any CPU 57 {B62872C1-6752-4758-9823-751A2D28C388}.Release|x64.ActiveCfg = Release|x64 58 {B62872C1-6752-4758-9823-751A2D28C388}.Release|x64.Build.0 = Release|x64 59 {B62872C1-6752-4758-9823-751A2D28C388}.Release|x86.ActiveCfg = Release|x86 60 {B62872C1-6752-4758-9823-751A2D28C388}.Release|x86.Build.0 = Release|x86 47 61 EndGlobalSection 48 62 GlobalSection(SolutionProperties) = preSolution -
branches/2904_CalculateImpacts/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r16023 r16039 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath>..\ bin\</OutputPath>23 <OutputPath>..\..\..\trunk\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 30 30 <DebugType>pdbonly</DebugType> 31 31 <Optimize>true</Optimize> 32 <OutputPath>..\ bin\</OutputPath>32 <OutputPath>..\..\..\trunk\bin\</OutputPath> 33 33 <DefineConstants>TRACE</DefineConstants> 34 34 <ErrorReport>prompt</ErrorReport> … … 44 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 45 45 <DebugSymbols>true</DebugSymbols> 46 <OutputPath>..\ bin\</OutputPath>46 <OutputPath>..\..\..\trunk\bin\</OutputPath> 47 47 <DefineConstants>DEBUG;TRACE</DefineConstants> 48 48 <DebugType>full</DebugType> … … 60 60 </PropertyGroup> 61 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 62 <OutputPath>..\ bin\</OutputPath>62 <OutputPath>..\..\..\trunk\bin\</OutputPath> 63 63 <DefineConstants>TRACE</DefineConstants> 64 64 <Optimize>true</Optimize> … … 78 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 79 79 <DebugSymbols>true</DebugSymbols> 80 <OutputPath>..\ bin\</OutputPath>80 <OutputPath>..\..\..\trunk\bin\</OutputPath> 81 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 82 <DebugType>full</DebugType> … … 94 94 </PropertyGroup> 95 95 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 96 <OutputPath>..\ bin\</OutputPath>96 <OutputPath>..\..\..\trunk\bin\</OutputPath> 97 97 <DefineConstants>TRACE</DefineConstants> 98 98 <Optimize>true</Optimize> … … 110 110 <ItemGroup> 111 111 <Reference Include="ALGLIB-3.7.0"> 112 <HintPath>..\ bin\ALGLIB-3.7.0.dll</HintPath>112 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Algorithms.ALPS-3.3"> 116 <HintPath>..\ bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath>116 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath> 117 117 <Private>False</Private> 118 118 </Reference> 119 119 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4"> 120 <HintPath>..\ bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>120 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 121 121 <Private>False</Private> 122 122 </Reference> 123 123 <Reference Include="HeuristicLab.Algorithms.EvolutionStrategy-3.3"> 124 <HintPath>..\ bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>124 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath> 125 125 <Private>False</Private> 126 126 </Reference> 127 127 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 128 <HintPath>..\ bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>128 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 129 129 <Private>False</Private> 130 130 </Reference> 131 131 <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3"> 132 <HintPath>..\ bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>132 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath> 133 133 <Private>False</Private> 134 134 </Reference> 135 135 <Reference Include="HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 136 <HintPath>..\ bin\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.dll</HintPath>136 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.dll</HintPath> 137 137 <Private>False</Private> 138 138 </Reference> 139 139 <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3"> 140 <HintPath>..\ bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>140 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath> 141 141 <Private>False</Private> 142 142 </Reference> 143 143 <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3"> 144 144 <SpecificVersion>False</SpecificVersion> 145 <HintPath>..\ bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>145 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath> 146 146 <Private>False</Private> 147 147 </Reference> 148 148 <Reference Include="HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3"> 149 <HintPath>..\ bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath>149 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll</HintPath> 150 150 <Private>False</Private> 151 151 </Reference> 152 152 <Reference Include="HeuristicLab.Algorithms.RAPGA-3.3"> 153 <HintPath>..\ bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath>153 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.RAPGA-3.3.dll</HintPath> 154 154 <Private>False</Private> 155 155 </Reference> 156 156 <Reference Include="HeuristicLab.Algorithms.ScatterSearch-3.3"> 157 <HintPath>..\ bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath>157 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ScatterSearch-3.3.dll</HintPath> 158 158 <Private>False</Private> 159 159 </Reference> 160 160 <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3"> 161 <HintPath>..\ bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>161 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath> 162 162 <Private>False</Private> 163 163 </Reference> 164 164 <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3"> 165 <HintPath>..\ bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>165 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath> 166 166 <Private>False</Private> 167 167 </Reference> 168 168 <Reference Include="HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3"> 169 <HintPath>..\ bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath>169 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll</HintPath> 170 170 <Private>False</Private> 171 171 </Reference> 172 172 <Reference Include="HeuristicLab.Analysis-3.3"> 173 <HintPath>..\ bin\HeuristicLab.Analysis-3.3.dll</HintPath>173 <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 174 174 <Private>False</Private> 175 175 </Reference> 176 176 <Reference Include="HeuristicLab.Collections-3.3"> 177 <HintPath>..\ bin\HeuristicLab.Collections-3.3.dll</HintPath>177 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 178 178 <Private>False</Private> 179 179 </Reference> 180 180 <Reference Include="HeuristicLab.Common-3.3"> 181 <HintPath>..\ bin\HeuristicLab.Common-3.3.dll</HintPath>181 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 182 182 <Private>False</Private> 183 183 </Reference> 184 184 <Reference Include="HeuristicLab.Core-3.3"> 185 <HintPath>..\ bin\HeuristicLab.Core-3.3.dll</HintPath>185 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 186 186 <Private>False</Private> 187 187 </Reference> 188 188 <Reference Include="HeuristicLab.Data-3.3"> 189 <HintPath>..\ bin\HeuristicLab.Data-3.3.dll</HintPath>189 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 190 190 <Private>False</Private> 191 191 </Reference> 192 192 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 193 <HintPath>..\ bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>193 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 194 194 <Private>False</Private> 195 195 </Reference> 196 196 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 197 197 <Private>False</Private> 198 <HintPath>..\ bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>198 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 199 199 </Reference> 200 200 <Reference Include="HeuristicLab.Encodings.LinearLinkageEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 201 201 <SpecificVersion>False</SpecificVersion> 202 <HintPath>..\ bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.dll</HintPath>202 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.dll</HintPath> 203 203 </Reference> 204 204 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 205 <HintPath>..\ bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>205 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 206 206 <Private>False</Private> 207 207 </Reference> 208 208 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 209 <HintPath>..\ bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>209 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 210 210 <Private>False</Private> 211 211 </Reference> 212 212 <Reference Include="HeuristicLab.Encodings.ScheduleEncoding-3.3"> 213 <HintPath>..\ bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath>213 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.ScheduleEncoding-3.3.dll</HintPath> 214 214 <Private>False</Private> 215 215 </Reference> 216 216 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 217 <HintPath>..\ bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>217 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 218 218 <Private>False</Private> 219 219 </Reference> 220 220 <Reference Include="HeuristicLab.IGraph-0.8.0-pre, Version=0.8.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 221 221 <SpecificVersion>False</SpecificVersion> 222 <HintPath>..\ bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath>222 <HintPath>..\..\..\trunk\bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath> 223 223 <Private>False</Private> 224 224 </Reference> 225 225 <Reference Include="HeuristicLab.MainForm-3.3"> 226 <HintPath>..\ bin\HeuristicLab.MainForm-3.3.dll</HintPath>226 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 227 227 <Private>False</Private> 228 228 </Reference> 229 229 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 230 <HintPath>..\ bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>230 <HintPath>..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 231 231 <Private>False</Private> 232 232 </Reference> 233 233 <Reference Include="HeuristicLab.Operators-3.3"> 234 <HintPath>..\ bin\HeuristicLab.Operators-3.3.dll</HintPath>234 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 235 235 <Private>False</Private> 236 236 </Reference> 237 237 <Reference Include="HeuristicLab.Optimization-3.3"> 238 <HintPath>..\ bin\HeuristicLab.Optimization-3.3.dll</HintPath>238 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 239 239 <Private>False</Private> 240 240 </Reference> 241 241 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 242 <HintPath>..\ bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>242 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 243 243 <Private>False</Private> 244 244 </Reference> 245 245 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 246 <HintPath>..\ bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>246 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 247 247 <Private>False</Private> 248 248 </Reference> 249 249 <Reference Include="HeuristicLab.Optimizer-3.3"> 250 <HintPath>..\ bin\HeuristicLab.Optimizer-3.3.dll</HintPath>250 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 251 251 <Private>False</Private> 252 252 </Reference> 253 253 <Reference Include="HeuristicLab.ParallelEngine-3.3"> 254 <HintPath>..\ bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>254 <HintPath>..\..\..\trunk\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath> 255 255 <Private>False</Private> 256 256 </Reference> 257 257 <Reference Include="HeuristicLab.Parameters-3.3"> 258 <HintPath>..\ bin\HeuristicLab.Parameters-3.3.dll</HintPath>258 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 259 259 <Private>False</Private> 260 260 </Reference> 261 261 <Reference Include="HeuristicLab.Persistence-3.3"> 262 <HintPath>..\ bin\HeuristicLab.Persistence-3.3.dll</HintPath>262 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 263 263 <Private>False</Private> 264 264 </Reference> 265 265 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 266 <HintPath>..\ bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>266 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 267 267 <Private>False</Private> 268 268 </Reference> 269 269 <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 270 270 <SpecificVersion>False</SpecificVersion> 271 <HintPath>..\ bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>271 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath> 272 272 <Private>False</Private> 273 273 </Reference> 274 274 <Reference Include="HeuristicLab.Problems.BinPacking-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 275 275 <SpecificVersion>False</SpecificVersion> 276 <HintPath>..\ bin\HeuristicLab.Problems.BinPacking-3.3.dll</HintPath>276 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.BinPacking-3.3.dll</HintPath> 277 277 <Private>False</Private> 278 278 </Reference> 279 279 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 280 <HintPath>..\ bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>280 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 281 281 <Private>False</Private> 282 282 </Reference> 283 283 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 284 <HintPath>..\ bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>284 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 285 285 <Private>False</Private> 286 286 </Reference> 287 287 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4"> 288 <HintPath>..\ bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>288 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath> 289 289 <Private>False</Private> 290 290 </Reference> 291 291 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 292 <HintPath>..\ bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>292 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 293 293 <Private>False</Private> 294 294 </Reference> 295 295 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4"> 296 <HintPath>..\ bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>296 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath> 297 297 <Private>False</Private> 298 298 </Reference> 299 299 <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 300 300 <SpecificVersion>False</SpecificVersion> 301 <HintPath>..\ bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath>301 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation-3.4.dll</HintPath> 302 302 <Private>False</Private> 303 303 </Reference> 304 304 <Reference Include="HeuristicLab.Problems.ExternalEvaluation.GP-3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 305 305 <SpecificVersion>False</SpecificVersion> 306 <HintPath>..\ bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll</HintPath>306 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation.GP-3.5.dll</HintPath> 307 307 <Private>False</Private> 308 308 </Reference> 309 309 <Reference Include="HeuristicLab.Problems.ExternalEvaluation.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 310 310 <SpecificVersion>False</SpecificVersion> 311 <HintPath>..\ bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.dll</HintPath>311 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.ExternalEvaluation.Views-3.4.dll</HintPath> 312 312 <Private>False</Private> 313 313 </Reference> 314 314 <Reference Include="HeuristicLab.Problems.GeneticProgramming-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 315 315 <SpecificVersion>False</SpecificVersion> 316 <HintPath>..\ bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath>316 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.GeneticProgramming-3.3.dll</HintPath> 317 317 <Private>False</Private> 318 318 </Reference> 319 319 <Reference Include="HeuristicLab.Problems.GrammaticalEvolution-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 320 320 <SpecificVersion>False</SpecificVersion> 321 <HintPath>..\ bin\HeuristicLab.Problems.GrammaticalEvolution-3.4.dll</HintPath>321 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.GrammaticalEvolution-3.4.dll</HintPath> 322 322 <Private>False</Private> 323 323 </Reference> 324 324 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 325 <HintPath>..\ bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>325 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 326 326 <Private>False</Private> 327 327 </Reference> 328 328 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3"> 329 <HintPath>..\ bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>329 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath> 330 330 <Private>False</Private> 331 331 </Reference> 332 332 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3"> 333 <HintPath>..\ bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>333 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath> 334 334 <Private>False</Private> 335 335 </Reference> 336 336 <Reference Include="HeuristicLab.Problems.Instances.DIMACS-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 337 337 <SpecificVersion>False</SpecificVersion> 338 <HintPath>..\ bin\HeuristicLab.Problems.Instances.DIMACS-3.3.dll</HintPath>338 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DIMACS-3.3.dll</HintPath> 339 339 <Private>False</Private> 340 340 </Reference> 341 341 <Reference Include="HeuristicLab.Problems.Instances.ElloumiCTAP-3.3"> 342 <HintPath>..\ bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath>342 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll</HintPath> 343 343 <Private>False</Private> 344 344 </Reference> 345 345 <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3"> 346 <HintPath>..\ bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>346 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath> 347 347 <Private>False</Private> 348 348 </Reference> 349 349 <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3"> 350 <HintPath>..\ bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath>350 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.TSPLIB-3.3.dll</HintPath> 351 351 <Private>False</Private> 352 352 </Reference> 353 353 <Reference Include="HeuristicLab.Problems.Instances.VehicleRouting-3.4"> 354 <HintPath>..\ bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath>354 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll</HintPath> 355 355 <Private>False</Private> 356 356 </Reference> 357 357 <Reference Include="HeuristicLab.Problems.Knapsack-3.3"> 358 <HintPath>..\ bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>358 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath> 359 359 <Private>False</Private> 360 360 </Reference> 361 361 <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3"> 362 <HintPath>..\ bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>362 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath> 363 363 <Private>False</Private> 364 364 </Reference> 365 365 <Reference Include="HeuristicLab.Problems.Programmable-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 366 366 <SpecificVersion>False</SpecificVersion> 367 <HintPath>..\ bin\HeuristicLab.Problems.Programmable-3.3.dll</HintPath>367 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Programmable-3.3.dll</HintPath> 368 368 <Private>False</Private> 369 369 </Reference> 370 370 <Reference Include="HeuristicLab.Problems.Programmable.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 371 371 <SpecificVersion>False</SpecificVersion> 372 <HintPath>..\ bin\HeuristicLab.Problems.Programmable.Views-3.3.dll</HintPath>372 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Programmable.Views-3.3.dll</HintPath> 373 373 <Private>False</Private> 374 374 </Reference> 375 375 <Reference Include="HeuristicLab.Problems.Orienteering-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 376 <HintPath>..\ bin\HeuristicLab.Problems.Orienteering-3.3.dll</HintPath>376 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Orienteering-3.3.dll</HintPath> 377 377 <Private>False</Private> 378 378 </Reference> 379 379 <Reference Include="HeuristicLab.Problems.PTSP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 380 380 <SpecificVersion>False</SpecificVersion> 381 <HintPath>..\ bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>381 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath> 382 382 <Private>False</Private> 383 383 </Reference> 384 384 <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3"> 385 <HintPath>..\ bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>385 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath> 386 386 <Private>False</Private> 387 387 </Reference> 388 388 <Reference Include="HeuristicLab.Problems.Scheduling-3.3"> 389 <HintPath>..\ bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath>389 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Scheduling-3.3.dll</HintPath> 390 390 <Private>False</Private> 391 391 </Reference> 392 392 <Reference Include="HeuristicLab.Problems.TestFunctions-3.3"> 393 <HintPath>..\ bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>393 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath> 394 394 <Private>False</Private> 395 395 </Reference> 396 396 <Reference Include="HeuristicLab.Problems.TestFunctions.MultiObjective-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 397 397 <SpecificVersion>False</SpecificVersion> 398 <HintPath>..\ bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath>398 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.dll</HintPath> 399 399 <Private>False</Private> 400 400 </Reference> 401 401 <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3"> 402 <HintPath>..\ bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>402 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath> 403 403 <Private>False</Private> 404 404 </Reference> 405 405 <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4"> 406 <HintPath>..\ bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>406 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath> 407 407 <Private>False</Private> 408 408 </Reference> 409 409 <Reference Include="HeuristicLab.Random-3.3"> 410 <HintPath>..\ bin\HeuristicLab.Random-3.3.dll</HintPath>410 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 411 411 <Private>False</Private> 412 412 </Reference> 413 413 <Reference Include="HeuristicLab.Scripting-3.3"> 414 <HintPath>..\ bin\HeuristicLab.Scripting-3.3.dll</HintPath>414 <HintPath>..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 415 415 <Private>False</Private> 416 416 </Reference> 417 417 <Reference Include="HeuristicLab.Selection-3.3"> 418 <HintPath>..\ bin\HeuristicLab.Selection-3.3.dll</HintPath>418 <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 419 419 <Private>False</Private> 420 420 </Reference> 421 421 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 422 <HintPath>..\ bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>422 <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 423 423 <Private>False</Private> 424 424 </Reference> 425 425 <Reference Include="LibSVM-3.12"> 426 <HintPath>..\ bin\LibSVM-3.12.dll</HintPath>426 <HintPath>..\..\..\trunk\bin\LibSVM-3.12.dll</HintPath> 427 427 <Private>False</Private> 428 428 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.