Changeset 16456
- Timestamp:
- 12/27/18 14:23:20 (6 years ago)
- Location:
- branches/2974_Constants_Optimization
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2974_Constants_Optimization
-
Property
svn:ignore
set to
packages
-
Property
svn:ignore
set to
-
branches/2974_Constants_Optimization/ConstantsOptimization.sln
r16455 r16456 13 13 PreBuildEvent.cmd = PreBuildEvent.cmd 14 14 EndProjectSection 15 EndProject 16 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Symbolic-3.4", "HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj", "{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}" 15 17 EndProject 16 18 Global … … 36 38 {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x86.ActiveCfg = Release|x86 37 39 {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x86.Build.0 = Release|x86 40 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 41 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|Any CPU.Build.0 = Debug|Any CPU 42 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|x64.ActiveCfg = Debug|x64 43 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|x64.Build.0 = Debug|x64 44 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|x86.ActiveCfg = Debug|x86 45 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Debug|x86.Build.0 = Debug|x86 46 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|Any CPU.ActiveCfg = Release|Any CPU 47 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|Any CPU.Build.0 = Release|Any CPU 48 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|x64.ActiveCfg = Release|x64 49 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|x64.Build.0 = Release|x64 50 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|x86.ActiveCfg = Release|x86 51 {3D28463F-EC96-4D82-AFEE-38BE91A0CA00}.Release|x86.Build.0 = Release|x86 38 52 EndGlobalSection 39 53 GlobalSection(SolutionProperties) = preSolution -
branches/2974_Constants_Optimization/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
r16455 r16456 153 153 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 154 154 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 155 <Private>False</Private>156 </Reference>157 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">158 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>159 155 <Private>False</Private> 160 156 </Reference> … … 245 241 </BootstrapperPackage> 246 242 </ItemGroup> 243 <ItemGroup> 244 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 245 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> 246 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 247 </ProjectReference> 248 </ItemGroup> 247 249 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 248 250 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/2974_Constants_Optimization/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj
r16407 r16456 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\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> $(SolutionDir)\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> $(SolutionDir)\bin\</OutputPath>62 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 69 69 </PropertyGroup> 70 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 71 <OutputPath> $(SolutionDir)\bin\</OutputPath>71 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 72 72 <DefineConstants>TRACE</DefineConstants> 73 73 <Optimize>true</Optimize> … … 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 81 81 <DebugSymbols>true</DebugSymbols> 82 <OutputPath> $(SolutionDir)\bin\</OutputPath>82 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 83 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 84 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 91 <OutputPath> $(SolutionDir)\bin\</OutputPath>91 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> … … 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.7.0 , Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">102 <HintPath>..\..\ bin\ALGLIB-3.7.0.dll</HintPath>101 <Reference Include="ALGLIB-3.7.0"> 102 <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 103 103 <Private>False</Private> 104 104 </Reference> 105 105 <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 106 <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath> 106 <SpecificVersion>False</SpecificVersion> 107 <HintPath>..\..\..\..\trunk\bin\AutoDiff-1.0.dll</HintPath> 108 <Private>False</Private> 109 </Reference> 110 <Reference Include="HeuristicLab.Analysis-3.3"> 111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 112 <Private>False</Private> 113 </Reference> 114 <Reference Include="HeuristicLab.Collections-3.3"> 115 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 116 <Private>False</Private> 117 </Reference> 118 <Reference Include="HeuristicLab.Common-3.3"> 119 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 120 <Private>False</Private> 121 </Reference> 122 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 123 <SpecificVersion>False</SpecificVersion> 124 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 125 <Private>False</Private> 126 </Reference> 127 <Reference Include="HeuristicLab.Core-3.3"> 128 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 129 <Private>False</Private> 130 </Reference> 131 <Reference Include="HeuristicLab.Data-3.3"> 132 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 133 <Private>False</Private> 134 </Reference> 135 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 136 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 137 <Private>False</Private> 138 </Reference> 139 <Reference Include="HeuristicLab.Operators-3.3"> 140 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 141 <Private>False</Private> 142 </Reference> 143 <Reference Include="HeuristicLab.Optimization-3.3"> 144 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 145 <Private>False</Private> 146 </Reference> 147 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 148 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 149 <Private>False</Private> 150 </Reference> 151 <Reference Include="HeuristicLab.Parameters-3.3"> 152 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 153 <Private>False</Private> 154 </Reference> 155 <Reference Include="HeuristicLab.Persistence-3.3"> 156 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 157 <Private>False</Private> 158 </Reference> 159 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 160 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 161 <Private>False</Private> 162 </Reference> 163 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 164 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 107 165 <Private>False</Private> 108 166 </Reference> 109 167 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1, Version=0.0.0.1, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 110 168 <SpecificVersion>False</SpecificVersion> 111 <HintPath>..\..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1.dll</HintPath> 169 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1.dll</HintPath> 170 <Private>False</Private> 171 </Reference> 172 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 173 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 174 <Private>False</Private> 175 </Reference> 176 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3"> 177 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath> 178 <Private>False</Private> 179 </Reference> 180 <Reference Include="HeuristicLab.Random-3.3"> 181 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 112 182 <Private>False</Private> 113 183 </Reference> … … 317 387 </BootstrapperPackage> 318 388 </ItemGroup> 319 <ItemGroup>320 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">321 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>322 <Name>HeuristicLab.Analysis-3.3</Name>323 <Private>False</Private>324 </ProjectReference>325 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">326 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>327 <Name>HeuristicLab.Collections-3.3</Name>328 <Private>False</Private>329 </ProjectReference>330 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">331 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>332 <Name>HeuristicLab.Common.Resources-3.3</Name>333 <Private>False</Private>334 </ProjectReference>335 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">336 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>337 <Name>HeuristicLab.Common-3.3</Name>338 <Private>False</Private>339 </ProjectReference>340 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">341 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>342 <Name>HeuristicLab.Core-3.3</Name>343 <Private>False</Private>344 </ProjectReference>345 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">346 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>347 <Name>HeuristicLab.Data-3.3</Name>348 <Private>False</Private>349 </ProjectReference>350 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">351 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>352 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>353 <Private>False</Private>354 </ProjectReference>355 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">356 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>357 <Name>HeuristicLab.Operators-3.3</Name>358 <Private>False</Private>359 </ProjectReference>360 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">361 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>362 <Name>HeuristicLab.Optimization.Operators-3.3</Name>363 <Private>False</Private>364 </ProjectReference>365 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">366 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>367 <Name>HeuristicLab.Optimization-3.3</Name>368 </ProjectReference>369 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">370 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>371 <Name>HeuristicLab.Parameters-3.3</Name>372 <Private>False</Private>373 </ProjectReference>374 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">375 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>376 <Name>HeuristicLab.Persistence-3.3</Name>377 <Private>False</Private>378 </ProjectReference>379 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">380 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>381 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>382 <Private>False</Private>383 </ProjectReference>384 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">385 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>386 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>387 <Private>False</Private>388 </ProjectReference>389 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">390 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>391 <Name>HeuristicLab.Problems.Instances-3.3</Name>392 <Private>False</Private>393 </ProjectReference>394 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">395 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>396 <Name>HeuristicLab.Random-3.3</Name>397 <Private>False</Private>398 </ProjectReference>399 </ItemGroup>400 389 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 401 390 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.