Changeset 15894 for branches/OptimizationNetworks
- Timestamp:
- 04/11/18 09:39:42 (7 years ago)
- Location:
- branches/OptimizationNetworks
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj ¶
r12232 r15894 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|x86' "> 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|x86' "> 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|x64' "> 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|x64' "> 91 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>91 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> … … 100 100 <ItemGroup> 101 101 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Modeler/3.3/HeuristicLab.Modeler-3.3.csproj ¶
r14639 r15894 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> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>49 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <Optimize>true</Optimize> … … 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>67 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <ItemGroup> 76 76 <Reference Include="HeuristicLab.Common-3.3"> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Core-3.3"> 81 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>81 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.MainForm-3.3"> 85 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>89 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 90 90 <Private>False</Private> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>93 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 94 94 <Private>False</Private> 95 95 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.LocationRouting/3.3/HeuristicLab.Networks.IntegratedOptimization.LocationRouting-3.3.csproj ¶
r14895 r15894 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>19 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>27 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 38 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 39 39 <DebugSymbols>true</DebugSymbols> 40 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>40 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <DebugType>full</DebugType> … … 46 46 </PropertyGroup> 47 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 48 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>48 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 49 49 <DefineConstants>TRACE</DefineConstants> 50 50 <Optimize>true</Optimize> … … 56 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 57 57 <DebugSymbols>true</DebugSymbols> 58 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>58 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 59 59 <DefineConstants>DEBUG;TRACE</DefineConstants> 60 60 <DebugType>full</DebugType> … … 64 64 </PropertyGroup> 65 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 66 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>66 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 67 67 <DefineConstants>TRACE</DefineConstants> 68 68 <Optimize>true</Optimize> … … 75 75 <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 81 81 <SpecificVersion>False</SpecificVersion> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 91 <SpecificVersion>False</SpecificVersion> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> 110 110 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 111 <SpecificVersion>False</SpecificVersion> 112 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>112 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 116 <SpecificVersion>False</SpecificVersion> 117 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 121 121 <SpecificVersion>False</SpecificVersion> 122 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 123 123 <Private>False</Private> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 126 126 <SpecificVersion>False</SpecificVersion> 127 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>127 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 128 128 <Private>False</Private> 129 129 </Reference> 130 130 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 131 131 <SpecificVersion>False</SpecificVersion> 132 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>132 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 133 133 <Private>False</Private> 134 134 </Reference> 135 135 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 136 136 <SpecificVersion>False</SpecificVersion> 137 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>137 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 138 138 <Private>False</Private> 139 139 </Reference> 140 140 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 141 141 <SpecificVersion>False</SpecificVersion> 142 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>142 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 143 143 <Private>False</Private> 144 144 </Reference> 145 145 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 146 146 <SpecificVersion>False</SpecificVersion> 147 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>147 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 148 148 <Private>False</Private> 149 149 </Reference> 150 150 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 151 151 <SpecificVersion>False</SpecificVersion> 152 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>152 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 153 153 <Private>False</Private> 154 154 </Reference> 155 155 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 156 156 <SpecificVersion>False</SpecificVersion> 157 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>157 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 158 158 <Private>False</Private> 159 159 </Reference> 160 160 <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 161 161 <SpecificVersion>False</SpecificVersion> 162 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>162 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath> 163 163 <Private>False</Private> 164 164 </Reference> 165 165 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 166 166 <SpecificVersion>False</SpecificVersion> 167 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>167 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 168 168 <Private>False</Private> 169 169 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.MachineLearning/HeuristicLab.Networks.IntegratedOptimization.MachineLearning-3.3.csproj ¶
r14675 r15894 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>19 <OutputPath>..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\..\trunk\ sources\bin\</OutputPath>27 <OutputPath>..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 39 39 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 40 40 <SpecificVersion>False</SpecificVersion> 41 <HintPath>..\..\..\trunk\ sources\bin\ALGLIB-3.7.0.dll</HintPath>41 <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 42 42 <Private>False</Private> 43 43 </Reference> 44 44 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 45 45 <SpecificVersion>False</SpecificVersion> 46 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>46 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 47 47 <Private>False</Private> 48 48 </Reference> 49 49 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 50 50 <SpecificVersion>False</SpecificVersion> 51 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>51 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 52 52 <Private>False</Private> 53 53 </Reference> 54 54 <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 55 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>56 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath> 57 57 <Private>False</Private> 58 58 </Reference> 59 59 <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 60 60 <SpecificVersion>False</SpecificVersion> 61 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>61 <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath> 62 62 <Private>False</Private> 63 63 </Reference> 64 64 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 65 65 <SpecificVersion>False</SpecificVersion> 66 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>66 <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 67 67 <Private>False</Private> 68 68 </Reference> 69 69 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 70 70 <SpecificVersion>False</SpecificVersion> 71 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>71 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 72 72 <Private>False</Private> 73 73 </Reference> 74 74 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 75 75 <SpecificVersion>False</SpecificVersion> 76 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>76 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 77 77 <Private>False</Private> 78 78 </Reference> 79 79 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 80 80 <SpecificVersion>False</SpecificVersion> 81 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>81 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.Core-3.3"> 85 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>85 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 89 89 <SpecificVersion>False</SpecificVersion> 90 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>90 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 94 94 <SpecificVersion>False</SpecificVersion> 95 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>95 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 96 96 <Private>False</Private> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 99 99 <SpecificVersion>False</SpecificVersion> 100 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>100 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 101 101 <Private>False</Private> 102 102 </Reference> 103 103 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 104 104 <SpecificVersion>False</SpecificVersion> 105 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>105 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> 108 108 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 109 109 <SpecificVersion>False</SpecificVersion> 110 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>110 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 111 111 <Private>False</Private> 112 112 </Reference> 113 113 <Reference Include="HeuristicLab.Networks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 114 114 <SpecificVersion>False</SpecificVersion> 115 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Networks-3.3.dll</HintPath>115 <HintPath>..\..\..\trunk\bin\HeuristicLab.Networks-3.3.dll</HintPath> 116 116 <Private>False</Private> 117 117 </Reference> 118 118 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 119 119 <SpecificVersion>False</SpecificVersion> 120 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>120 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 121 121 <Private>False</Private> 122 122 </Reference> 123 123 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 124 124 <SpecificVersion>False</SpecificVersion> 125 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>125 <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 129 129 <SpecificVersion>False</SpecificVersion> 130 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>130 <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 134 134 <SpecificVersion>False</SpecificVersion> 135 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>135 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 136 136 <Private>False</Private> 137 137 </Reference> 138 138 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 139 139 <SpecificVersion>False</SpecificVersion> 140 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>140 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 141 141 <Private>False</Private> 142 142 </Reference> 143 143 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 144 144 <SpecificVersion>False</SpecificVersion> 145 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>145 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 146 146 <Private>False</Private> 147 147 </Reference> 148 148 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 149 149 <SpecificVersion>False</SpecificVersion> 150 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>150 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 151 151 <Private>False</Private> 152 152 </Reference> 153 153 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 154 154 <SpecificVersion>False</SpecificVersion> 155 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>155 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath> 156 156 <Private>False</Private> 157 157 </Reference> 158 158 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 159 159 <SpecificVersion>False</SpecificVersion> 160 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>160 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 161 161 <Private>False</Private> 162 162 </Reference> 163 163 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 164 164 <SpecificVersion>False</SpecificVersion> 165 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>165 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 166 166 <Private>False</Private> 167 167 </Reference> 168 168 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 169 169 <SpecificVersion>False</SpecificVersion> 170 <HintPath>..\..\..\ ..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>170 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 171 171 <Private>False</Private> 172 172 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.TravelingThief/3.3/HeuristicLab.Networks.IntegratedOptimization.TravelingThief-3.3.csproj ¶
r14671 r15894 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> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>49 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <Optimize>true</Optimize> … … 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>67 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <ItemGroup> 76 76 <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4"> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3"> 81 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>81 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath> 82 82 <Private>False</Private> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3"> 85 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>85 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath> 86 86 <Private>False</Private> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 89 89 <SpecificVersion>False</SpecificVersion> 90 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.Collections-3.3"> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Common-3.3"> 98 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>98 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 99 99 <Private>False</Private> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.Core-3.3"> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Data-3.3"> 106 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>106 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 107 107 <Private>False</Private> 108 108 </Reference> 109 109 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 110 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>110 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 111 111 <Private>False</Private> 112 112 </Reference> 113 113 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 114 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 115 115 <Private>False</Private> 116 116 </Reference> 117 117 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 118 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>118 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 119 119 <Private>False</Private> 120 120 </Reference> 121 121 <Reference Include="HeuristicLab.Networks-3.3"> 122 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Networks-3.3.dll</HintPath>122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Networks-3.3.dll</HintPath> 123 123 <Private>False</Private> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Operators-3.3"> 126 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 127 127 <Private>False</Private> 128 128 </Reference> 129 129 <Reference Include="HeuristicLab.Optimization-3.3"> 130 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Parameters-3.3"> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> 137 137 <Reference Include="HeuristicLab.Persistence-3.3"> 138 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>138 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 139 139 <Private>False</Private> 140 140 </Reference> 141 141 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 142 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>142 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 143 143 <Private>False</Private> 144 144 </Reference> 145 145 <Reference Include="HeuristicLab.Problems.Binary-3.3"> 146 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>146 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath> 147 147 <Private>False</Private> 148 148 </Reference> 149 149 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 150 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>150 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 151 151 <Private>False</Private> 152 152 </Reference> 153 153 <Reference Include="HeuristicLab.Problems.Knapsack-3.3"> 154 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>154 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath> 155 155 <Private>False</Private> 156 156 </Reference> 157 157 <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3"> 158 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>158 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath> 159 159 <Private>False</Private> 160 160 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.Views/3.3/HeuristicLab.Networks.IntegratedOptimization.Views-3.3.csproj ¶
r14586 r15894 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> … … 33 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 34 34 <DebugSymbols>true</DebugSymbols> 35 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>35 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 36 36 <DefineConstants>DEBUG;TRACE</DefineConstants> 37 37 <DebugType>full</DebugType> … … 41 41 </PropertyGroup> 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>TRACE</DefineConstants> 45 45 <Optimize>true</Optimize> … … 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 52 52 <DebugSymbols>true</DebugSymbols> 53 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>DEBUG;TRACE</DefineConstants> 55 55 <DebugType>full</DebugType> … … 59 59 </PropertyGroup> 60 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 61 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>61 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 62 62 <DefineConstants>TRACE</DefineConstants> 63 63 <Optimize>true</Optimize> … … 76 76 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 77 77 <SpecificVersion>False</SpecificVersion> 78 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>78 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 79 79 <Private>False</Private> 80 80 </Reference> … … 87 87 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 88 88 <SpecificVersion>False</SpecificVersion> 89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>89 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 90 90 <Private>False</Private> 91 91 </Reference> … … 98 98 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 99 99 <SpecificVersion>False</SpecificVersion> 100 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>100 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 101 101 <Private>False</Private> 102 102 </Reference> … … 106 106 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 107 107 <SpecificVersion>False</SpecificVersion> 108 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>108 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 109 109 <Private>False</Private> 110 110 </Reference> … … 114 114 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 115 115 <SpecificVersion>False</SpecificVersion> 116 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>116 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 117 117 <Private>False</Private> 118 118 </Reference> 119 119 <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 120 120 <SpecificVersion>False</SpecificVersion> 121 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> … … 127 127 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 128 128 <SpecificVersion>False</SpecificVersion> 129 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 130 130 <Private>False</Private> 131 131 </Reference> 132 132 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 133 133 <SpecificVersion>False</SpecificVersion> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization/3.3/HeuristicLab.Networks.IntegratedOptimization-3.3.csproj ¶
r14628 r15894 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> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>41 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 47 47 </PropertyGroup> 48 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 49 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>49 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <Optimize>true</Optimize> … … 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>59 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 67 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>67 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 82 82 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 83 83 <SpecificVersion>False</SpecificVersion> 84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 88 88 <SpecificVersion>False</SpecificVersion> 89 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>89 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 90 90 <Private>False</Private> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 93 93 <SpecificVersion>False</SpecificVersion> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Networks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 98 98 <SpecificVersion>False</SpecificVersion> 99 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Networks-3.3.dll</HintPath>99 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Networks-3.3.dll</HintPath> 100 100 <Private>False</Private> 101 101 </Reference> 102 102 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 103 103 <SpecificVersion>False</SpecificVersion> 104 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>104 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 105 105 <Private>False</Private> 106 106 </Reference> 107 107 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 108 <SpecificVersion>False</SpecificVersion> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 113 113 <SpecificVersion>False</SpecificVersion> 114 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 115 115 <Private>False</Private> 116 116 </Reference> 117 117 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 118 118 <SpecificVersion>False</SpecificVersion> 119 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>119 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 120 120 <Private>False</Private> 121 121 </Reference> 122 122 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 123 123 <SpecificVersion>False</SpecificVersion> 124 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>124 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 125 125 <Private>False</Private> 126 126 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.Views.NetworkVisualization.Views/3.3/HeuristicLab.Networks.Views.NetworkVisualization.Views-3.3.csproj ¶
r14639 r15894 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>19 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>27 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 32 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 33 33 <DebugSymbols>true</DebugSymbols> 34 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>34 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 35 35 <DefineConstants>DEBUG;TRACE</DefineConstants> 36 36 <DebugType>full</DebugType> … … 40 40 </PropertyGroup> 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 42 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>TRACE</DefineConstants> 44 44 <Optimize>true</Optimize> … … 50 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 51 51 <DebugSymbols>true</DebugSymbols> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>DEBUG;TRACE</DefineConstants> 54 54 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>60 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 75 75 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 81 81 <SpecificVersion>False</SpecificVersion> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 91 <SpecificVersion>False</SpecificVersion> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> 110 110 <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.12537, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 111 <SpecificVersion>False</SpecificVersion> 112 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>112 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization-3.3.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.Views.NetworkVisualization/3.3/HeuristicLab.Networks.Views.NetworkVisualization-3.3.csproj ¶
r14620 r15894 17 17 <DebugType>full</DebugType> 18 18 <Optimize>false</Optimize> 19 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>19 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 20 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 21 <ErrorReport>prompt</ErrorReport> … … 25 25 <DebugType>pdbonly</DebugType> 26 26 <Optimize>true</Optimize> 27 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>27 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 28 28 <DefineConstants>TRACE</DefineConstants> 29 29 <ErrorReport>prompt</ErrorReport> … … 32 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 33 33 <DebugSymbols>true</DebugSymbols> 34 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>34 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 35 35 <DefineConstants>DEBUG;TRACE</DefineConstants> 36 36 <DebugType>full</DebugType> … … 40 40 </PropertyGroup> 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 42 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>TRACE</DefineConstants> 44 44 <Optimize>true</Optimize> … … 50 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 51 51 <DebugSymbols>true</DebugSymbols> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>DEBUG;TRACE</DefineConstants> 54 54 <DebugType>full</DebugType> … … 58 58 </PropertyGroup> 59 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>60 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 61 61 <DefineConstants>TRACE</DefineConstants> 62 62 <Optimize>true</Optimize> … … 75 75 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 81 81 <SpecificVersion>False</SpecificVersion> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 91 <SpecificVersion>False</SpecificVersion> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/HeuristicLab.Networks.Views-3.3.csproj ¶
r14639 r15894 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> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>29 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <Optimize>true</Optimize> … … 61 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 72 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> … … 82 82 <Reference Include="HeuristicLab.CodeEditor-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 83 83 <SpecificVersion>False</SpecificVersion> 84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Collections-3.3"> 88 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 89 89 <Private>False</Private> 90 90 </Reference> 91 91 <Reference Include="HeuristicLab.Common-3.3"> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.Core-3.3"> 96 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>96 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 97 97 <Private>False</Private> 98 98 </Reference> 99 99 <Reference Include="HeuristicLab.Core.Views-3.3"> 100 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>100 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 101 101 <Private>False</Private> 102 102 </Reference> 103 103 <Reference Include="HeuristicLab.Data-3.3"> 104 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>104 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 105 105 <Private>False</Private> 106 106 </Reference> 107 107 <Reference Include="HeuristicLab.MainForm-3.3"> 108 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>108 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 109 109 <Private>False</Private> 110 110 </Reference> 111 111 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 112 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>112 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Optimization-3.3"> 116 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>116 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 117 117 <Private>False</Private> 118 118 </Reference> 119 119 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 120 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>120 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 121 121 <Private>False</Private> 122 122 </Reference> 123 123 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 124 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>124 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 125 125 <Private>False</Private> 126 126 </Reference> 127 127 <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 128 128 <SpecificVersion>False</SpecificVersion> 129 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 130 130 <Private>False</Private> 131 131 </Reference> 132 132 <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 133 133 <SpecificVersion>False</SpecificVersion> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-3.3.csproj ¶
r14639 r15894 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> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>29 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 50 50 </PropertyGroup> 51 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <Optimize>true</Optimize> … … 61 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 72 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <Optimize>true</Optimize> … … 82 82 <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 83 83 <SpecificVersion>False</SpecificVersion> 84 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>84 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath> 85 85 <Private>False</Private> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 88 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>88 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 89 89 <Private>False</Private> 90 90 </Reference> 91 91 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 92 92 <SpecificVersion>False</SpecificVersion> 93 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>93 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 94 94 <Private>False</Private> 95 95 </Reference> 96 96 <Reference Include="HeuristicLab.Collections-3.3"> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Common-3.3"> 101 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>101 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 102 102 <Private>False</Private> 103 103 </Reference> 104 104 <Reference Include="HeuristicLab.Core-3.3"> 105 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>105 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> 108 108 <Reference Include="HeuristicLab.Data-3.3"> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 113 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>113 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 114 114 <Private>False</Private> 115 115 </Reference> 116 116 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 117 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Operators-3.3"> 121 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Optimization-3.3"> 125 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>125 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 129 129 <SpecificVersion>False</SpecificVersion> 130 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 131 131 <Private>False</Private> 132 132 </Reference> 133 133 <Reference Include="HeuristicLab.Persistence-3.3"> 134 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 135 135 <Private>False</Private> 136 136 </Reference> 137 137 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 138 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>138 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 139 139 <Private>False</Private> 140 140 </Reference> 141 141 <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 142 142 <SpecificVersion>False</SpecificVersion> 143 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>143 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath> 144 144 <Private>False</Private> 145 145 </Reference> 146 146 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 147 147 <SpecificVersion>False</SpecificVersion> 148 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>148 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 149 149 <Private>False</Private> 150 150 </Reference> 151 151 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 152 152 <SpecificVersion>False</SpecificVersion> 153 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>153 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 154 154 <Private>False</Private> 155 155 <EmbedInteropTypes>False</EmbedInteropTypes> … … 157 157 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 158 158 <SpecificVersion>False</SpecificVersion> 159 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>159 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath> 160 160 <EmbedInteropTypes>False</EmbedInteropTypes> 161 161 <Private>False</Private> … … 163 163 <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 164 164 <SpecificVersion>False</SpecificVersion> 165 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>165 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath> 166 166 <Private>False</Private> 167 167 </Reference> 168 168 <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 169 169 <SpecificVersion>False</SpecificVersion> 170 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>170 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath> 171 171 <Private>False</Private> 172 172 </Reference> 173 173 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 174 174 <SpecificVersion>False</SpecificVersion> 175 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>175 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 176 176 <Private>False</Private> 177 177 </Reference> 178 178 <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 179 179 <SpecificVersion>False</SpecificVersion> 180 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>180 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath> 181 181 <Private>False</Private> 182 182 </Reference> 183 183 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 184 184 <SpecificVersion>False</SpecificVersion> 185 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>185 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 186 186 <Private>False</Private> 187 187 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Problems.FacilityLocation.CplexSolver/3.3/HeuristicLab.Problems.FacilityLocation.CplexSolver-3.3.csproj ¶
r14895 r15894 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> … … 40 40 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 41 41 <SpecificVersion>False</SpecificVersion> 42 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>42 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 43 43 <Private>False</Private> 44 44 </Reference> 45 45 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 46 46 <SpecificVersion>False</SpecificVersion> 47 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>47 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 48 48 <Private>False</Private> 49 49 </Reference> 50 50 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 51 51 <SpecificVersion>False</SpecificVersion> 52 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>52 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 53 53 <Private>False</Private> 54 54 </Reference> 55 55 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 56 56 <SpecificVersion>False</SpecificVersion> 57 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>57 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 58 58 <Private>False</Private> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 61 61 <SpecificVersion>False</SpecificVersion> 62 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>62 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 63 63 <Private>False</Private> 64 64 </Reference> 65 65 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 66 66 <SpecificVersion>False</SpecificVersion> 67 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>67 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 68 68 <Private>False</Private> 69 69 </Reference> 70 70 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 71 71 <SpecificVersion>False</SpecificVersion> 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, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 81 81 <SpecificVersion>False</SpecificVersion> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 91 <SpecificVersion>False</SpecificVersion> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Problems.FacilityLocation/3.3/HeuristicLab.Problems.FacilityLocation-3.3.csproj ¶
r14587 r15894 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> … … 40 40 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 41 41 <SpecificVersion>False</SpecificVersion> 42 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>42 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 43 43 <Private>False</Private> 44 44 </Reference> 45 45 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 46 46 <SpecificVersion>False</SpecificVersion> 47 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>47 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 48 48 <Private>False</Private> 49 49 </Reference> 50 50 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 51 51 <SpecificVersion>False</SpecificVersion> 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.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 56 56 <SpecificVersion>False</SpecificVersion> 57 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>57 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 58 58 <Private>False</Private> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 61 61 <SpecificVersion>False</SpecificVersion> 62 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>62 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 63 63 <Private>False</Private> 64 64 </Reference> 65 65 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 66 66 <SpecificVersion>False</SpecificVersion> 67 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>67 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 68 68 <Private>False</Private> 69 69 </Reference> 70 70 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 71 71 <SpecificVersion>False</SpecificVersion> 72 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>72 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 73 73 <Private>False</Private> 74 74 </Reference> 75 75 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 76 76 <SpecificVersion>False</SpecificVersion> 77 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>77 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 78 78 <Private>False</Private> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 81 81 <SpecificVersion>False</SpecificVersion> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 86 86 <SpecificVersion>False</SpecificVersion> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 91 91 <SpecificVersion>False</SpecificVersion> 92 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>92 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 93 93 <Private>False</Private> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>97 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 98 98 <Private>False</Private> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 101 101 <SpecificVersion>False</SpecificVersion> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj ¶
r14676 r15894 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 61 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 62 62 <DebugSymbols>true</DebugSymbols> 63 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>63 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 64 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 65 <DebugType>full</DebugType> … … 70 70 </PropertyGroup> 71 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 72 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>72 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 73 73 <DefineConstants>TRACE</DefineConstants> 74 74 <DocumentationFile> … … 83 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 84 84 <DebugSymbols>true</DebugSymbols> 85 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>85 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 86 86 <DefineConstants>DEBUG;TRACE</DefineConstants> 87 87 <DebugType>full</DebugType> … … 92 92 </PropertyGroup> 93 93 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 94 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>94 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 95 95 <DefineConstants>TRACE</DefineConstants> 96 96 <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.VehicleRouting.Views-3.4.xml</DocumentationFile> … … 105 105 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> 110 110 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 111 <SpecificVersion>False</SpecificVersion> 112 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>112 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> 115 115 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 116 <SpecificVersion>False</SpecificVersion> 117 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 121 121 <SpecificVersion>False</SpecificVersion> 122 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 123 123 <Private>False</Private> 124 124 </Reference> 125 125 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 126 126 <SpecificVersion>False</SpecificVersion> 127 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>127 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 128 128 <Private>False</Private> 129 129 </Reference> 130 130 <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 131 131 <SpecificVersion>False</SpecificVersion> 132 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>132 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 133 133 <Private>False</Private> 134 134 </Reference> 135 135 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 136 136 <SpecificVersion>False</SpecificVersion> 137 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>137 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 138 138 <Private>False</Private> 139 139 </Reference> 140 140 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 141 141 <SpecificVersion>False</SpecificVersion> 142 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>142 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 143 143 <Private>False</Private> 144 144 </Reference> 145 145 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 146 146 <SpecificVersion>False</SpecificVersion> 147 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>147 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 148 148 <Private>False</Private> 149 149 </Reference> 150 150 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 151 151 <SpecificVersion>False</SpecificVersion> 152 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>152 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 153 153 <Private>False</Private> 154 154 </Reference> 155 155 <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 156 156 <SpecificVersion>False</SpecificVersion> 157 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>157 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 158 158 <Private>False</Private> 159 159 </Reference> 160 160 <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 161 161 <SpecificVersion>False</SpecificVersion> 162 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>162 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 163 163 <Private>False</Private> 164 164 </Reference> 165 165 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 166 166 <SpecificVersion>False</SpecificVersion> 167 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>167 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 168 168 <Private>False</Private> 169 169 </Reference> 170 170 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 171 171 <SpecificVersion>False</SpecificVersion> 172 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>172 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 173 173 <Private>False</Private> 174 174 </Reference> 175 175 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 176 176 <SpecificVersion>False</SpecificVersion> 177 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>177 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 178 178 <Private>False</Private> 179 179 </Reference> 180 180 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 181 181 <SpecificVersion>False</SpecificVersion> 182 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>182 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 183 183 <Private>False</Private> 184 184 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj ¶
r14676 r15894 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>42 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>66 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>75 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <DocumentationFile> … … 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 87 87 <DebugSymbols>true</DebugSymbols> 88 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>88 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 89 89 <DefineConstants>DEBUG;TRACE</DefineConstants> 90 90 <DebugType>full</DebugType> … … 95 95 </PropertyGroup> 96 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 97 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>97 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 98 98 <DefineConstants>TRACE</DefineConstants> 99 99 <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile> … … 107 107 <ItemGroup> 108 108 <Reference Include="HeuristicLab.Analysis-3.3"> 109 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>109 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Collections-3.3"> 113 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>113 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 114 114 <Private>False</Private> 115 115 </Reference> 116 116 <Reference Include="HeuristicLab.Common-3.3"> 117 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Core-3.3"> 121 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>121 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Data-3.3"> 125 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>125 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 129 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 130 130 <Private>False</Private> 131 131 </Reference> 132 132 <Reference Include="HeuristicLab.Operators-3.3"> 133 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>133 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 134 134 <Private>False</Private> 135 135 </Reference> 136 136 <Reference Include="HeuristicLab.Optimization-3.3"> 137 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>137 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 138 138 <Private>False</Private> 139 139 </Reference> 140 140 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 141 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>141 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 142 142 <Private>False</Private> 143 143 </Reference> 144 144 <Reference Include="HeuristicLab.Parameters-3.3"> 145 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>145 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 146 146 <Private>False</Private> 147 147 </Reference> 148 148 <Reference Include="HeuristicLab.Persistence-3.3"> 149 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>149 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 150 150 <Private>False</Private> 151 151 </Reference> 152 152 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 153 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>153 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 154 154 <Private>False</Private> 155 155 </Reference> 156 156 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 157 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>157 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 158 158 <Private>False</Private> 159 159 </Reference> 160 160 <Reference Include="HeuristicLab.Random-3.3"> 161 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>161 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 162 162 <Private>False</Private> 163 163 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj ¶
r12232 r15894 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> … … 76 76 <ItemGroup> 77 77 <Reference Include="HeuristicLab.CodeEditor-3.4"> 78 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>78 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath> 79 79 <Private>False</Private> 80 80 </Reference> 81 81 <Reference Include="HeuristicLab.Collections-3.3"> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Common-3.3"> 86 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>86 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 87 87 <Private>False</Private> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Core-3.3"> 90 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.Core.Views-3.3"> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.MainForm-3.3"> 98 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>98 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 99 99 <Private>False</Private> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 102 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>102 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="HeuristicLab.Persistence-3.3"> 106 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>106 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 107 107 <Private>False</Private> 108 108 </Reference> 109 109 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 110 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>110 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 111 111 <Private>False</Private> 112 112 </Reference> -
TabularUnified branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj ¶
r12232 r15894 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> … … 76 76 <ItemGroup> 77 77 <Reference Include="HeuristicLab.Collections-3.3"> 78 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>78 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 79 79 <Private>False</Private> 80 80 </Reference> 81 81 <Reference Include="HeuristicLab.Common-3.3"> 82 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>82 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 83 83 <Private>False</Private> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Core-3.3"> 86 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>86 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 87 87 <Private>False</Private> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Persistence-3.3"> 90 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>90 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 91 91 <Private>False</Private> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>94 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 95 <Private>False</Private> 96 96 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.