Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/12 11:58:17 (12 years ago)
Author:
mkommend
Message:

#1081: Merged trunk changes and fixed compilation errors due to the merge.

File:
1 edited

Legend:

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

    r8430 r8742  
    9393  </PropertyGroup>
    9494  <ItemGroup>
    95     <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    96     <Reference Include="HeuristicLab.ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     95    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     96      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
     97      <Private>False</Private>
     98    </Reference>
     99    <Reference Include="HeuristicLab.ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ALGLIB-3.6.0.dll</HintPath>
     101      <Private>False</Private>
     102    </Reference>
    97103    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    98104    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     
    161167    <Compile Include="Interfaces\Regression\IRegressionEnsembleSolution.cs" />
    162168    <Compile Include="Implementation\Regression\RegressionSolutionBase.cs" />
    163     <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" />
     169    <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" />
    164170    <Compile Include="OnlineCalculators\HoeffdingsDependenceCalculator.cs" />
    165171    <Compile Include="OnlineCalculators\OnlineMaxAbsoluteErrorCalculator.cs" />
     
    207213    <Compile Include="OnlineCalculators\OnlinePearsonsRSquaredCalculator.cs" />
    208214    <Compile Include="Implementation\Regression\RegressionSolution.cs" />
     215    <Compile Include="OnlineCalculators\SpearmansRankCorrelationCoefficientCalculator.cs" />
    209216    <Compile Include="Plugin.cs" />
    210217    <Compile Include="OnlineCalculators\OnlineTheilsUStatisticCalculator.cs" />
     
    237244    </BootstrapperPackage>
    238245  </ItemGroup>
     246  <ItemGroup />
    239247  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    240248  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    246254  -->
    247255  <PropertyGroup>
    248     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     256    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    249257set ProjectDir=$(ProjectDir)
    250258set SolutionDir=$(SolutionDir)
     
    253261call PreBuildEvent.cmd
    254262</PreBuildEvent>
     263    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     264export ProjectDir=$(ProjectDir)
     265export SolutionDir=$(SolutionDir)
     266
     267$SolutionDir/PreBuildEvent.sh
     268</PreBuildEvent>
    255269  </PropertyGroup>
    256270</Project>
Note: See TracChangeset for help on using the changeset viewer.