Changeset 17042
- Timestamp:
- 06/26/19 14:03:35 (5 years ago)
- Location:
- branches/2952_RF-ModelStorage
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2952_RF-ModelStorage/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r17030 r17042 43 43 <DebugType>full</DebugType> 44 44 <Optimize>false</Optimize> 45 <OutputPath> $(SolutionDir)\bin\</OutputPath>45 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <ErrorReport>prompt</ErrorReport> … … 53 53 <DebugType>pdbonly</DebugType> 54 54 <Optimize>true</Optimize> 55 <OutputPath> $(SolutionDir)\bin\</OutputPath>55 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 56 56 <DefineConstants>TRACE</DefineConstants> 57 57 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath> $(SolutionDir)\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> $(SolutionDir)\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> $(SolutionDir)\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> $(SolutionDir)\bin\</OutputPath>97 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 98 98 <DefineConstants>TRACE</DefineConstants> 99 99 <DocumentationFile> … … 108 108 <ItemGroup> 109 109 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 110 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 110 <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 111 <Private>False</Private> 112 </Reference> 113 <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3"> 114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath> 115 <Private>False</Private> 116 </Reference> 117 <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3"> 118 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath> 119 <Private>False</Private> 120 </Reference> 121 <Reference Include="HeuristicLab.Analysis-3.3"> 122 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 123 <Private>False</Private> 124 </Reference> 125 <Reference Include="HeuristicLab.Collections-3.3"> 126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 127 <Private>False</Private> 128 </Reference> 129 <Reference Include="HeuristicLab.Common-3.3"> 130 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 131 <Private>False</Private> 132 </Reference> 133 <Reference Include="HeuristicLab.Common.Resources-3.3"> 134 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 135 <Private>False</Private> 136 </Reference> 137 <Reference Include="HeuristicLab.Core-3.3"> 138 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 139 <Private>False</Private> 140 </Reference> 141 <Reference Include="HeuristicLab.Data-3.3"> 142 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 143 <Private>False</Private> 144 </Reference> 145 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3"> 146 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 147 <Private>False</Private> 148 </Reference> 149 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 150 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 151 <Private>False</Private> 152 </Reference> 153 <Reference Include="HeuristicLab.Operators-3.3"> 154 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 155 <Private>False</Private> 156 </Reference> 157 <Reference Include="HeuristicLab.Optimization-3.3"> 158 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 159 <Private>False</Private> 160 </Reference> 161 <Reference Include="HeuristicLab.Parameters-3.3"> 162 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 163 <Private>False</Private> 164 </Reference> 165 <Reference Include="HeuristicLab.Persistence-3.3"> 166 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 167 <Private>False</Private> 168 </Reference> 169 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 170 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 171 <Private>False</Private> 172 </Reference> 173 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 174 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 175 <Private>False</Private> 176 </Reference> 177 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 178 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 179 <Private>False</Private> 180 </Reference> 181 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4"> 182 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath> 183 <Private>False</Private> 184 </Reference> 185 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 186 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 187 <Private>False</Private> 188 </Reference> 189 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4"> 190 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath> 191 <Private>False</Private> 192 </Reference> 193 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 194 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 195 <Private>False</Private> 196 </Reference> 197 <Reference Include="HeuristicLab.Random-3.3"> 198 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 199 <Private>False</Private> 200 </Reference> 201 <Reference Include="HeuristicLab.Selection-3.3"> 202 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 111 203 <Private>False</Private> 112 204 </Reference> 113 205 <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 114 <HintPath>..\..\ bin\LibSVM-3.12.dll</HintPath>206 <HintPath>..\..\..\..\trunk\bin\LibSVM-3.12.dll</HintPath> 115 207 <Private>False</Private> 116 208 </Reference> … … 333 425 </ItemGroup> 334 426 <ItemGroup> 335 <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">336 <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>337 <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>338 <Private>False</Private>339 </ProjectReference>340 <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">341 <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>342 <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>343 </ProjectReference>344 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">345 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>346 <Name>HeuristicLab.Analysis-3.3</Name>347 <Private>False</Private>348 </ProjectReference>349 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">350 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>351 <Name>HeuristicLab.Collections-3.3</Name>352 <Private>False</Private>353 </ProjectReference>354 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">355 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>356 <Name>HeuristicLab.Common.Resources-3.3</Name>357 <Private>False</Private>358 </ProjectReference>359 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">360 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>361 <Name>HeuristicLab.Common-3.3</Name>362 <Private>False</Private>363 </ProjectReference>364 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">365 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>366 <Name>HeuristicLab.Core-3.3</Name>367 <Private>False</Private>368 </ProjectReference>369 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">370 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>371 <Name>HeuristicLab.Data-3.3</Name>372 <Private>False</Private>373 </ProjectReference>374 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">375 <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>376 <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>377 <Private>False</Private>378 </ProjectReference>379 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">380 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>381 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>382 <Private>False</Private>383 </ProjectReference>384 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">385 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>386 <Name>HeuristicLab.Operators-3.3</Name>387 <Private>False</Private>388 </ProjectReference>389 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">390 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>391 <Name>HeuristicLab.Optimization-3.3</Name>392 <Private>False</Private>393 </ProjectReference>394 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">395 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>396 <Name>HeuristicLab.Parameters-3.3</Name>397 <Private>False</Private>398 </ProjectReference>399 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">400 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>401 <Name>HeuristicLab.Persistence-3.3</Name>402 <Private>False</Private>403 </ProjectReference>404 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">405 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>406 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>407 <Private>False</Private>408 </ProjectReference>409 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">410 <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>411 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>412 <Private>False</Private>413 </ProjectReference>414 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">415 <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>416 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>417 <Private>False</Private>418 </ProjectReference>419 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">420 <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>421 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>422 </ProjectReference>423 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">424 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>425 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>426 <Private>False</Private>427 </ProjectReference>428 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">429 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>430 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>431 <Private>False</Private>432 </ProjectReference>433 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">434 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>435 <Name>HeuristicLab.Problems.Instances-3.3</Name>436 <Private>False</Private>437 </ProjectReference>438 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">439 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>440 <Name>HeuristicLab.Random-3.3</Name>441 <Private>False</Private>442 </ProjectReference>443 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">444 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>445 <Name>HeuristicLab.Selection-3.3</Name>446 </ProjectReference>447 </ItemGroup>448 <ItemGroup>449 427 <None Include="HeuristicLab.snk" /> 450 428 <None Include="Plugin.cs.frame" /> … … 471 449 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 472 450 <SpecificVersion>False</SpecificVersion> 473 <HintPath>..\..\ bin\HEAL.Attic.dll</HintPath>451 <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath> 474 452 <Private>False</Private> 475 453 </Reference> … … 484 462 --> 485 463 <PropertyGroup> 486 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 487 set ProjectDir=$(ProjectDir) 488 set SolutionDir=$(SolutionDir) 489 set Outdir=$(Outdir) 464 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 465 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 466 set ProjectDir=$(ProjectDir) 467 set SolutionDir=$(SolutionDir) 468 set Outdir=$(Outdir) 490 469 491 call PreBuildEvent.cmd492 </PreBuildEvent>470 call PreBuildEvent.cmd 471 </PreBuildEvent> 493 472 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 494 export ProjectDir=$(ProjectDir)495 export SolutionDir=$(SolutionDir)473 export ProjectDir=$(ProjectDir) 474 export SolutionDir=$(SolutionDir) 496 475 497 $SolutionDir/PreBuildEvent.sh498 </PreBuildEvent>476 $SolutionDir/PreBuildEvent.sh 477 </PreBuildEvent> 499 478 </PropertyGroup> 500 479 </Project>
Note: See TracChangeset
for help on using the changeset viewer.