Changeset 15688 for branches/1614_GeneralizedQAP
- Timestamp:
- 01/31/18 09:42:48 (7 years ago)
- Location:
- branches/1614_GeneralizedQAP
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/BenchmarkDataGenerator/BenchmarkDataGenerator.csproj
r15578 r15688 34 34 <ItemGroup> 35 35 <Reference Include="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 36 <SpecificVersion>False</SpecificVersion>37 36 <HintPath>.\alglibnet2.dll</HintPath> 38 37 </Reference> 39 <Reference Include="HeuristicLab.Common-3.3"> 40 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 38 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 39 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 40 <Private>True</Private> 41 41 </Reference> 42 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 43 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 42 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 43 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 44 <Private>True</Private> 44 45 </Reference> 45 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 46 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 46 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 47 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 48 <Private>True</Private> 47 49 </Reference> 48 <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3"> 49 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath> 50 <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3, Version=3.3.0.0"> 51 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath> 52 <Private>True</Private> 50 53 </Reference> 51 54 <Reference Include="System" /> -
branches/1614_GeneralizedQAP/HeuristicLab.Algorithms.GRASP/3.3/HeuristicLab.Algorithms.GRASP-3.3.csproj
r15492 r15688 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 42 42 <ItemGroup> 43 43 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0"> 44 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>44 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 45 45 <Private>False</Private> 46 46 </Reference> 47 47 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 48 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>48 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 49 49 <Private>False</Private> 50 50 </Reference> 51 51 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 52 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>52 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 53 53 <Private>False</Private> 54 54 </Reference> 55 55 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 56 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>56 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 57 57 <Private>False</Private> 58 58 </Reference> 59 59 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 60 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>60 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 61 61 <Private>False</Private> 62 62 </Reference> 63 63 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 64 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>64 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 65 65 <Private>False</Private> 66 66 </Reference> 67 67 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0"> 68 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>68 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 69 69 <Private>False</Private> 70 70 </Reference> 71 71 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 72 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>72 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 73 73 <Private>False</Private> 74 74 </Reference> 75 75 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 76 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>76 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 77 77 <Private>False</Private> 78 78 </Reference> 79 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">80 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>79 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 80 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 81 81 <Private>False</Private> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0"> 84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0"> 88 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 89 89 <Private>False</Private> 90 90 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r15491 r15688 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>62 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 69 69 </PropertyGroup> 70 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 71 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>71 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 72 72 <DefineConstants>TRACE</DefineConstants> 73 73 <Optimize>true</Optimize> … … 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 81 81 <DebugSymbols>true</DebugSymbols> 82 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>82 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 83 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 84 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 91 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>91 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> … … 180 180 <ItemGroup> 181 181 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 182 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>182 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 183 183 <Private>False</Private> 184 184 </Reference> 185 185 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 186 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>186 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 187 187 <Private>False</Private> 188 188 </Reference> 189 189 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 190 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>190 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 191 191 <Private>False</Private> 192 192 </Reference> 193 193 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 194 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>194 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 195 195 <Private>False</Private> 196 196 </Reference> 197 197 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 198 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>198 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 199 199 <Private>False</Private> 200 200 </Reference> 201 201 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0"> 202 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>202 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 203 203 <Private>False</Private> 204 204 </Reference> 205 205 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 206 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>206 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 207 207 <Private>False</Private> 208 208 </Reference> 209 209 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 210 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>211 <Private>False</Private> 212 </Reference> 213 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">214 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>210 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 211 <Private>False</Private> 212 </Reference> 213 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 214 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 215 215 <Private>False</Private> 216 216 </Reference> 217 217 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0"> 218 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>218 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 219 219 <Private>False</Private> 220 220 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r15605 r15688 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>64 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>86 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <DebugType>full</DebugType> … … 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>95 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 96 96 <DefineConstants>TRACE</DefineConstants> 97 97 <DocumentationFile> … … 360 360 <ItemGroup> 361 361 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 362 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>362 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 363 363 <Private>False</Private> 364 364 </Reference> 365 365 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 366 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>366 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 367 367 <Private>False</Private> 368 368 </Reference> 369 369 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 370 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>370 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 371 371 <Private>False</Private> 372 372 </Reference> 373 373 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 374 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>374 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 375 375 <Private>False</Private> 376 376 </Reference> 377 377 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 378 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>378 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 379 379 <Private>False</Private> 380 380 </Reference> 381 381 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 382 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>382 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 383 383 <Private>False</Private> 384 384 </Reference> 385 385 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 386 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>387 <Private>False</Private> 388 </Reference> 389 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">390 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>391 <Private>False</Private> 392 </Reference> 393 <Reference Include="HeuristicLab.Analysis.Views-3.3 ">394 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>395 <Private>False</Private> 396 </Reference> 397 <Reference Include="HeuristicLab.Core.Views-3.3 ">398 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>399 <Private>False</Private> 400 </Reference> 401 <Reference Include=" .HeuristicLab.Data.Views-3.3">402 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>403 <Private>False</Private> 404 </Reference> 405 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3 ">406 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>407 <Private>False</Private> 408 </Reference> 409 <Reference Include="HeuristicLab.MainForm-3.3 ">410 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>411 <Private>False</Private> 412 </Reference> 413 <Reference Include="HeuristicLab.Parameters.Views-3.3 ">414 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>415 <Private>False</Private> 416 </Reference> 417 <Reference Include="HeuristicLab.Problems.Instances.Views-3.3 ">418 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>419 <Private>False</Private> 420 </Reference> 421 <Reference Include="HeuristicLab.Problems.Instances-3.3 ">422 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>423 <Private>False</Private> 424 </Reference> 425 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3 ">426 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>427 <Private>False</Private> 428 </Reference> 429 <Reference Include="HeuristicLab.Analysis-3.3 ">430 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>386 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 387 <Private>False</Private> 388 </Reference> 389 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 390 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 391 <Private>False</Private> 392 </Reference> 393 <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0"> 394 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath> 395 <Private>False</Private> 396 </Reference> 397 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0"> 398 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 399 <Private>False</Private> 400 </Reference> 401 <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0"> 402 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 403 <Private>False</Private> 404 </Reference> 405 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0"> 406 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 407 <Private>False</Private> 408 </Reference> 409 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0"> 410 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 411 <Private>False</Private> 412 </Reference> 413 <Reference Include="HeuristicLab.Parameters.Views-3.3, Version=3.3.0.0"> 414 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath> 415 <Private>False</Private> 416 </Reference> 417 <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0"> 418 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath> 419 <Private>False</Private> 420 </Reference> 421 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 422 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 423 <Private>False</Private> 424 </Reference> 425 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0"> 426 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 427 <Private>False</Private> 428 </Reference> 429 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0"> 430 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 431 431 <Private>False</Private> 432 432 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r15492 r15688 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>64 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>86 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <DebugType>full</DebugType> … … 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>95 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 96 96 <DefineConstants>TRACE</DefineConstants> 97 97 <DocumentationFile> … … 269 269 <ItemGroup> 270 270 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 271 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>271 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 272 272 <Private>False</Private> 273 273 </Reference> 274 274 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 275 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>275 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 276 276 <Private>False</Private> 277 277 </Reference> 278 278 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 279 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>279 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 280 280 <Private>False</Private> 281 281 </Reference> 282 282 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 283 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>283 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 284 284 <Private>False</Private> 285 285 </Reference> 286 286 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 287 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>287 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 288 288 <Private>False</Private> 289 289 </Reference> 290 290 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 291 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>291 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 292 292 <Private>False</Private> 293 293 </Reference> 294 294 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 295 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>295 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 296 296 <Private>False</Private> 297 297 </Reference> 298 298 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 299 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>300 <Private>False</Private> 301 </Reference> 302 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">303 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>299 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 300 <Private>False</Private> 301 </Reference> 302 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 303 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 304 304 <Private>False</Private> 305 305 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj
r15575 r15688 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 42 42 </PropertyGroup> 43 43 <ItemGroup> 44 <Reference Include="HeuristicLab.Analysis-3.3 ">45 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>44 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0"> 45 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 46 46 <Private>False</Private> 47 47 </Reference> 48 <Reference Include="HeuristicLab.Collections-3.3 ">49 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>48 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 49 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 50 50 <Private>False</Private> 51 51 </Reference> 52 <Reference Include="HeuristicLab.Common-3.3 ">53 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>52 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 53 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 54 54 <Private>False</Private> 55 55 </Reference> 56 <Reference Include="HeuristicLab.Common.Resources-3.3 ">57 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>56 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 57 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 58 58 <Private>False</Private> 59 59 </Reference> 60 <Reference Include="HeuristicLab.Core-3.3 ">61 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>60 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 61 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 62 62 <Private>False</Private> 63 63 </Reference> 64 <Reference Include="HeuristicLab.Data-3.3 ">65 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>64 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 65 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 66 66 <Private>False</Private> 67 67 </Reference> 68 <Reference Include="HeuristicLab.Operators-3.3 ">69 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>68 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 69 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 70 70 <Private>False</Private> 71 71 </Reference> 72 <Reference Include="HeuristicLab.Optimization.Operators-3.3 ">73 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>72 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0"> 73 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 74 74 <Private>False</Private> 75 75 </Reference> 76 <Reference Include="HeuristicLab.Parameters-3.3 ">77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>76 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 <Reference Include="HeuristicLab.Persistence-3.3 ">81 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>80 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 81 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">85 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 <Reference Include="HeuristicLab.Problems.Instances-3.3 ">89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>88 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 89 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 90 90 <Private>False</Private> 91 91 </Reference> 92 <Reference Include="HeuristicLab.Random-3.3 ">93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>92 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0"> 93 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 94 94 <Private>False</Private> 95 95 </Reference> 96 96 <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64"> 97 97 <SpecificVersion>False</SpecificVersion> 98 <HintPath>..\..\..\..\trunk\ sources\bin\localsolvernet.dll</HintPath>98 <HintPath>..\..\..\..\trunk\bin\localsolvernet.dll</HintPath> 99 99 <Private>False</Private> 100 100 </Reference> 101 101 <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL"> 102 102 <SpecificVersion>False</SpecificVersion> 103 <HintPath>..\..\..\..\trunk\ sources\bin\oplall.dll</HintPath>103 <HintPath>..\..\..\..\trunk\bin\oplall.dll</HintPath> 104 104 <Private>False</Private> 105 105 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.csproj
r15579 r15688 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Common-3.3 ">41 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>40 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 41 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 42 42 <Private>False</Private> 43 43 </Reference> 44 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">45 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>44 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 45 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 46 46 <Private>False</Private> 47 47 </Reference> 48 <Reference Include="HeuristicLab.Problems.Instances-3.3 ">49 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>48 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 49 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 50 50 <Private>False</Private> 51 51 </Reference> 52 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3 ">53 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>52 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0"> 53 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath> 54 54 <Private>False</Private> 55 55 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views-3.3.csproj
r15491 r15688 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 41 41 </PropertyGroup> 42 42 <ItemGroup> 43 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 43 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 44 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 44 45 <Private>False</Private> 45 46 </Reference> 46 <Reference Include="HeuristicLab.Common-3.3 ">47 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>47 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 48 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 48 49 <Private>False</Private> 49 50 </Reference> 50 <Reference Include="HeuristicLab.Common.Resources-3.3 ">51 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3-3.3.dll</HintPath>51 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 52 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3-3.3.dll</HintPath> 52 53 <Private>False</Private> 53 54 </Reference> 54 <Reference Include="HeuristicLab.Core-3.3 ">55 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>55 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 56 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 56 57 <Private>False</Private> 57 58 </Reference> 58 <Reference Include="HeuristicLab.Core.Views-3.3 ">59 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>59 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0"> 60 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 60 61 <Private>False</Private> 61 62 </Reference> 62 <Reference Include="HeuristicLab.Data-3.3 ">63 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>63 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 64 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 64 65 <Private>False</Private> 65 66 </Reference> 66 <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 67 <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0"> 68 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 67 69 <Private>False</Private> 68 70 </Reference> 69 <Reference Include="HeuristicLab.MainForm-3.3 ">70 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>71 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0"> 72 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 71 73 <Private>False</Private> 72 74 </Reference> 73 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3 ">74 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>75 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0"> 76 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 75 77 <Private>False</Private> 76 78 </Reference> 77 <Reference Include="HeuristicLab.Operators-3.3 ">78 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>79 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 80 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 79 81 <Private>False</Private> 80 82 </Reference> 81 <Reference Include="HeuristicLab.Parameters-3.3 ">82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>83 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 83 85 <Private>False</Private> 84 86 </Reference> 85 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">86 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>87 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 87 89 <Private>False</Private> 88 90 </Reference> 89 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 90 93 <Private>False</Private> 91 94 </Reference> 92 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 95 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0"> 96 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 93 97 <Private>False</Private> 94 98 </Reference> -
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj
r15562 r15688 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 41 41 </PropertyGroup> 42 42 <ItemGroup> 43 <Reference Include="HeuristicLab.Analysis-3.3 ">44 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>43 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0"> 44 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 45 45 <Private>False</Private> 46 46 </Reference> 47 <Reference Include="HeuristicLab.Collections-3.3 ">48 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>47 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 48 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 49 49 <Private>False</Private> 50 50 </Reference> 51 <Reference Include="HeuristicLab.Common-3.3 ">52 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>51 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 52 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 53 53 <Private>False</Private> 54 54 </Reference> 55 <Reference Include="HeuristicLab.Common.Resources-3.3 ">56 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>55 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 56 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 57 57 <Private>False</Private> 58 58 </Reference> 59 <Reference Include="HeuristicLab.Core-3.3 ">60 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>59 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 60 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 61 61 <Private>False</Private> 62 62 </Reference> 63 <Reference Include="HeuristicLab.Data-3.3 ">64 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>63 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 64 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 65 65 <Private>False</Private> 66 66 </Reference> 67 <Reference Include="HeuristicLab.Operators-3.3 ">68 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>67 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 68 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 69 69 <Private>False</Private> 70 70 </Reference> 71 <Reference Include="HeuristicLab.Optimization.Operators-3.3 ">72 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>71 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0"> 72 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 73 73 <Private>False</Private> 74 74 </Reference> 75 <Reference Include="HeuristicLab.Parameters-3.3 ">76 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>75 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 76 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 77 77 <Private>False</Private> 78 78 </Reference> 79 <Reference Include="HeuristicLab.Persistence-3.3 ">80 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>79 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 80 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 81 81 <Private>False</Private> 82 82 </Reference> 83 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>83 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 <Reference Include="HeuristicLab.Problems.Instances-3.3 ">88 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>87 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 89 89 <Private>False</Private> 90 90 </Reference> 91 <Reference Include="HeuristicLab.Random-3.3 ">92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>91 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0"> 92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> -
branches/1614_GeneralizedQAP/UnitTests/UnitTests.csproj
r15562 r15688 37 37 </PropertyGroup> 38 38 <ItemGroup> 39 <Reference Include="HeuristicLab.Collections-3.3 ">40 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>39 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 40 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 41 41 <Private>True</Private> 42 42 </Reference> 43 <Reference Include="HeuristicLab.Common-3.3 ">44 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>43 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 44 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 45 45 <Private>True</Private> 46 46 </Reference> 47 <Reference Include="HeuristicLab.Common.Resources-3.3 ">48 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>47 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 48 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 49 49 <Private>True</Private> 50 50 </Reference> 51 <Reference Include="HeuristicLab.Core-3.3 ">52 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>51 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 52 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 53 53 <Private>True</Private> 54 54 </Reference> 55 <Reference Include="HeuristicLab.Data-3.3 ">56 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>55 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 56 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 57 57 <Private>True</Private> 58 58 </Reference> 59 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3 ">60 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>59 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0"> 60 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 61 61 <Private>True</Private> 62 62 </Reference> 63 <Reference Include="HeuristicLab.Operators-3.3 ">64 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>63 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 64 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 65 65 <Private>True</Private> 66 66 </Reference> 67 <Reference Include="HeuristicLab.Parameters-3.3 ">68 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>67 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 68 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 69 69 <Private>True</Private> 70 70 </Reference> 71 <Reference Include="HeuristicLab.Persistence-3.3 ">72 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>71 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0"> 72 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 73 73 <Private>True</Private> 74 74 </Reference> 75 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">76 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>75 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 76 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 77 77 <Private>True</Private> 78 78 </Reference> 79 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 80 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 81 <SpecificVersion>False</SpecificVersion> 79 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 80 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 82 81 <Private>True</Private> 83 82 </Reference> 84 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3"> 85 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath> 86 <SpecificVersion>False</SpecificVersion> 83 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0"> 84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath> 87 85 <Private>True</Private> 88 86 </Reference> 89 <Reference Include="HeuristicLab.Random-3.3"> 90 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 87 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0"> 88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 89 <Private>True</Private> 91 90 </Reference> 92 91 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Note: See TracChangeset
for help on using the changeset viewer.