Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15805


Ignore:
Timestamp:
02/22/18 13:40:51 (6 years ago)
Author:
fholzing
Message:

#2904: Made the branch compile

Location:
branches/2904_CalculateImpacts/3.4
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2904_CalculateImpacts/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r15783 r15805  
    4343    <DebugType>full</DebugType>
    4444    <Optimize>false</Optimize>
    45     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     45    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    4646    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4747    <ErrorReport>prompt</ErrorReport>
     
    5353    <DebugType>pdbonly</DebugType>
    5454    <Optimize>true</Optimize>
    55     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     55    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    5656    <DefineConstants>TRACE</DefineConstants>
    5757    <ErrorReport>prompt</ErrorReport>
     
    107107  </PropertyGroup>
    108108  <ItemGroup>
    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>
    111       <Private>False</Private>
    112     </Reference>
    113     <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    114       <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
    115       <Private>False</Private>
     109    <Reference Include="ALGLIB-3.7.0">
     110      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
     111    </Reference>
     112    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
     113      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
     114    </Reference>
     115    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
     116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
     117    </Reference>
     118    <Reference Include="HeuristicLab.Analysis-3.3">
     119      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     120    </Reference>
     121    <Reference Include="HeuristicLab.Collections-3.3">
     122      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     123    </Reference>
     124    <Reference Include="HeuristicLab.Common-3.3">
     125      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
     126    </Reference>
     127    <Reference Include="HeuristicLab.Common.Resources-3.3">
     128      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     129    </Reference>
     130    <Reference Include="HeuristicLab.Core-3.3">
     131      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
     132    </Reference>
     133    <Reference Include="HeuristicLab.Data-3.3">
     134      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
     135    </Reference>
     136    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     137      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     138    </Reference>
     139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
     140      <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     141    </Reference>
     142    <Reference Include="HeuristicLab.Operators-3.3">
     143      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     144    </Reference>
     145    <Reference Include="HeuristicLab.Optimization-3.3">
     146      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     147    </Reference>
     148    <Reference Include="HeuristicLab.Parameters-3.3">
     149      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     150    </Reference>
     151    <Reference Include="HeuristicLab.Persistence-3.3">
     152      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     153    </Reference>
     154    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     155      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     156    </Reference>
     157    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
     158      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     159    </Reference>
     160    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
     161      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     162    </Reference>
     163    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
     164      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
     165    </Reference>
     166    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
     167      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     168    </Reference>
     169    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
     170      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
     171    </Reference>
     172    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     173      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     174    </Reference>
     175    <Reference Include="HeuristicLab.Random-3.3">
     176      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
     177    </Reference>
     178    <Reference Include="HeuristicLab.Selection-3.3">
     179      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     180    </Reference>
     181    <Reference Include="LibSVM-3.12">
     182      <HintPath>..\..\..\trunk\bin\LibSVM-3.12.dll</HintPath>
    116183    </Reference>
    117184    <Reference Include="System" />
     
    331398  </ItemGroup>
    332399  <ItemGroup>
    333     <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
    334       <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
    335       <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
    336       <Private>False</Private>
    337     </ProjectReference>
    338     <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
    339       <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
    340       <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
    341     </ProjectReference>
    342     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    343       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    344       <Name>HeuristicLab.Analysis-3.3</Name>
    345       <Private>False</Private>
    346     </ProjectReference>
    347     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    348       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    349       <Name>HeuristicLab.Collections-3.3</Name>
    350       <Private>False</Private>
    351     </ProjectReference>
    352     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    353       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    354       <Name>HeuristicLab.Common.Resources-3.3</Name>
    355       <Private>False</Private>
    356     </ProjectReference>
    357     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    358       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    359       <Name>HeuristicLab.Common-3.3</Name>
    360       <Private>False</Private>
    361     </ProjectReference>
    362     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    363       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    364       <Name>HeuristicLab.Core-3.3</Name>
    365       <Private>False</Private>
    366     </ProjectReference>
    367     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    368       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    369       <Name>HeuristicLab.Data-3.3</Name>
    370       <Private>False</Private>
    371     </ProjectReference>
    372     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    373       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    374       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    375       <Private>False</Private>
    376     </ProjectReference>
    377     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    378       <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
    379       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    380       <Private>False</Private>
    381     </ProjectReference>
    382     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    383       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    384       <Name>HeuristicLab.Operators-3.3</Name>
    385       <Private>False</Private>
    386     </ProjectReference>
    387     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    388       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    389       <Name>HeuristicLab.Optimization-3.3</Name>
    390       <Private>False</Private>
    391     </ProjectReference>
    392     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    393       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    394       <Name>HeuristicLab.Parameters-3.3</Name>
    395       <Private>False</Private>
    396     </ProjectReference>
    397     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    398       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    399       <Name>HeuristicLab.Persistence-3.3</Name>
    400       <Private>False</Private>
    401     </ProjectReference>
    402     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    403       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    404       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    405       <Private>False</Private>
    406     </ProjectReference>
    407     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
    408       <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
    409       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
    410       <Private>False</Private>
    411     </ProjectReference>
    412     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
    413       <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
    414       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
    415       <Private>False</Private>
    416     </ProjectReference>
    417     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
    418       <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
    419       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
    420     </ProjectReference>
    421     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    422       <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
    423       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    424       <Private>False</Private>
    425     </ProjectReference>
    426     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    427       <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    428       <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    429       <Private>False</Private>
    430     </ProjectReference>
    431     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    432       <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
    433       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    434       <Private>False</Private>
    435     </ProjectReference>
    436     <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    437       <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    438       <Name>HeuristicLab.Random-3.3</Name>
    439       <Private>False</Private>
    440     </ProjectReference>
    441     <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
    442       <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
    443       <Name>HeuristicLab.Selection-3.3</Name>
    444     </ProjectReference>
    445   </ItemGroup>
    446   <ItemGroup>
    447400    <None Include="HeuristicLab.snk" />
    448401    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.