Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/12 16:47:25 (11 years ago)
Author:
mkommend
Message:

#1763: merged changes from trunk into the tree simplifier branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TreeSimplifier/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r8388 r8915  
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.5.0">
    96       <HintPath>..\..\..\..\Trunk\sources\bin\ALGLIB-3.5.0.dll</HintPath>
     95    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <SpecificVersion>False</SpecificVersion>
     97      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
     98      <Private>False</Private>
    9799    </Reference>
    98100    <Reference Include="HeuristicLab.Analysis-3.3">
    99101      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     102      <Private>False</Private>
    100103    </Reference>
    101104    <Reference Include="HeuristicLab.Collections-3.3">
    102105      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     106      <Private>False</Private>
    103107    </Reference>
    104108    <Reference Include="HeuristicLab.Common-3.3">
    105109      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     110      <Private>False</Private>
    106111    </Reference>
    107112    <Reference Include="HeuristicLab.Common.Resources-3.3">
    108113      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     114      <Private>False</Private>
    109115    </Reference>
    110116    <Reference Include="HeuristicLab.Core-3.3">
    111117      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     118      <Private>False</Private>
    112119    </Reference>
    113120    <Reference Include="HeuristicLab.Data-3.3">
    114121      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     122      <Private>False</Private>
    115123    </Reference>
    116124    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    117125      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     126      <Private>False</Private>
    118127    </Reference>
    119128    <Reference Include="HeuristicLab.Operators-3.3">
    120129      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     130      <Private>False</Private>
    121131    </Reference>
    122132    <Reference Include="HeuristicLab.Optimization-3.3">
    123133      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     134      <Private>False</Private>
    124135    </Reference>
    125136    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    126137      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     138      <Private>False</Private>
    127139    </Reference>
    128140    <Reference Include="HeuristicLab.Parameters-3.3">
    129141      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     142      <Private>False</Private>
    130143    </Reference>
    131144    <Reference Include="HeuristicLab.Persistence-3.3">
    132145      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     146      <Private>False</Private>
    133147    </Reference>
    134148    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    135149      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     150      <Private>False</Private>
    136151    </Reference>
    137152    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    138153      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     154      <Private>False</Private>
    139155    </Reference>
    140156    <Reference Include="HeuristicLab.Problems.Instances-3.3">
    141157      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     158      <Private>False</Private>
    142159    </Reference>
    143160    <Reference Include="HeuristicLab.Random-3.3">
    144161      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     162      <Private>False</Private>
    145163    </Reference>
    146164    <Reference Include="System" />
     
    187205    <Compile Include="Crossovers\SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs" />
    188206    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionCrossover.cs" />
     207    <Compile Include="Interpreter\InterpreterState.cs" />
     208    <Compile Include="Interpreter\OpCodes.cs" />
     209    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs" />
     210    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeInterpreter.cs" />
    189211    <Compile Include="Plugin.cs" />
    190     <Compile Include="SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs" />
    191212    <Compile Include="Formatters\SymbolicDataAnalysisExpressionLatexFormatter.cs" />
    192213    <Compile Include="Formatters\SymbolicDataAnalysisExpressionMATLABFormatter.cs" />
     
    206227    <Compile Include="Interfaces\ISymbolicDataAnalysisAnalyzer.cs" />
    207228    <Compile Include="SymbolicDataAnalysisSingleObjectiveProblem.cs" />
    208     <Compile Include="SymbolicDataAnalysisExpressionTreeInterpreter.cs" />
    209229    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplifier.cs" />
    210230    <Compile Include="SymbolicDataAnalysisProblem.cs" />
    211     <Compile Include="SymbolicDataAnalysisSolutionValuesCalculator.cs" />
     231    <Compile Include="SymbolicDataAnalysisSolutionImpactValuesCalculator.cs" />
    212232    <Compile Include="Symbols\Addition.cs" />
    213233    <Compile Include="Symbols\And.cs" />
     234    <Compile Include="Symbols\AutoregressiveVariable.cs" />
    214235    <Compile Include="Symbols\Average.cs" />
    215236    <Compile Include="Symbols\Constant.cs" />
     
    301322  -->
    302323  <PropertyGroup>
    303     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     324    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    304325set ProjectDir=$(ProjectDir)
    305326set SolutionDir=$(SolutionDir)
     
    308329call PreBuildEvent.cmd
    309330</PreBuildEvent>
     331    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     332export ProjectDir=$(ProjectDir)
     333export SolutionDir=$(SolutionDir)
     334
     335$SolutionDir/PreBuildEvent.sh
     336</PreBuildEvent>
    310337  </PropertyGroup>
    311338</Project>
Note: See TracChangeset for help on using the changeset viewer.