Changeset 15741 for addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj
- Timestamp:
- 02/09/18 01:10:43 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/HeuristicLab.Problems.MetaOptimization-3.3.csproj
r11627 r15741 19 19 <DebugType>full</DebugType> 20 20 <Optimize>false</Optimize> 21 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>21 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 22 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 23 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>30 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>44 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <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> … … 77 77 <ItemGroup> 78 78 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 79 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>79 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 80 80 <Private>False</Private> 81 81 </Reference> 82 82 <Reference Include="HeuristicLab.Analysis-3.3"> 83 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>83 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 84 84 <Private>False</Private> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Collections-3.3"> 87 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>87 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 88 88 <Private>False</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Common-3.3"> 91 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>91 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 92 92 <Private>False</Private> 93 93 </Reference> 94 94 <Reference Include="HeuristicLab.Common.Resources-3.3"> 95 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>95 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 96 96 <Private>False</Private> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.Core-3.3"> 99 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>99 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 100 100 <Private>False</Private> 101 101 </Reference> 102 102 <Reference Include="HeuristicLab.Data-3.3"> 103 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>103 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 104 104 <Private>False</Private> 105 105 </Reference> 106 106 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 107 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>107 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> 108 108 <Private>False</Private> 109 109 </Reference> 110 110 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 111 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 112 112 <Private>False</Private> 113 113 </Reference> 114 114 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 115 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>115 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 116 116 <Private>False</Private> 117 117 </Reference> 118 118 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 119 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>119 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 120 120 <Private>False</Private> 121 121 </Reference> 122 122 <Reference Include="HeuristicLab.Operators-3.3"> 123 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>123 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 124 124 <Private>False</Private> 125 125 </Reference> 126 126 <Reference Include="HeuristicLab.Optimization-3.3"> 127 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>127 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 128 128 <Private>False</Private> 129 129 </Reference> 130 130 <Reference Include="HeuristicLab.Parameters-3.3"> 131 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>131 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 132 132 <Private>False</Private> 133 133 </Reference> 134 134 <Reference Include="HeuristicLab.Persistence-3.3"> 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"> 139 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>139 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 140 140 <Private>False</Private> 141 141 </Reference> 142 142 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 143 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>143 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 144 144 <Private>False</Private> 145 145 </Reference> 146 146 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 147 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>147 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 148 148 <Private>False</Private> 149 149 </Reference> 150 150 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 151 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>151 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 152 152 <Private>False</Private> 153 153 </Reference> 154 154 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 155 155 <SpecificVersion>False</SpecificVersion> 156 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>156 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 157 157 <Private>False</Private> 158 158 </Reference> 159 159 <Reference Include="HeuristicLab.Problems.TestFunctions-3.3"> 160 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>160 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath> 161 161 <Private>False</Private> 162 162 </Reference> 163 163 <Reference Include="HeuristicLab.Random-3.3"> 164 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>164 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 165 165 <Private>False</Private> 166 166 </Reference> 167 167 <Reference Include="HeuristicLab.Selection-3.3"> 168 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>168 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 169 169 <Private>False</Private> 170 170 </Reference> 171 171 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 172 <HintPath>..\..\..\..\trunk\ sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>172 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 173 173 <Private>False</Private> 174 174 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.