Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/12 18:58:15 (12 years ago)
Author:
gkronber
Message:

#1847 merged r8205:8635 from trunk into branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r7021 r8660  
    104104  </PropertyGroup>
    105105  <ItemGroup>
    106     <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    107       <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath>
     106    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     107      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
    108108      <Private>False</Private>
    109109    </Reference>
     
    112112    <Reference Include="System.Drawing" />
    113113    <Reference Include="System.Windows.Forms" />
     114    <Reference Include="System.Windows.Forms.DataVisualization" />
    114115    <Reference Include="System.Xml.Linq" />
    115116    <Reference Include="System.Data.DataSetExtensions" />
     
    118119  </ItemGroup>
    119120  <ItemGroup>
     121    <Compile Include="MeanProdView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="MeanProdView.Designer.cs">
     125      <DependentUpon>MeanProdView.cs</DependentUpon>
     126    </Compile>
     127    <Compile Include="MeanSumView.cs">
     128      <SubType>UserControl</SubType>
     129    </Compile>
     130    <Compile Include="MeanSumView.Designer.cs">
     131      <DependentUpon>MeanSumView.cs</DependentUpon>
     132    </Compile>
     133    <Compile Include="CovarianceProdView.cs">
     134      <SubType>UserControl</SubType>
     135    </Compile>
     136    <Compile Include="CovarianceProdView.Designer.cs">
     137      <DependentUpon>CovarianceProdView.cs</DependentUpon>
     138    </Compile>
     139    <Compile Include="CovarianceSumView.cs">
     140      <SubType>UserControl</SubType>
     141    </Compile>
     142    <Compile Include="CovarianceSumView.Designer.cs">
     143      <DependentUpon>CovarianceSumView.cs</DependentUpon>
     144    </Compile>
     145    <Compile Include="GaussianProcessModelView.cs">
     146      <SubType>UserControl</SubType>
     147    </Compile>
     148    <Compile Include="GaussianProcessModelView.Designer.cs">
     149      <DependentUpon>GaussianProcessModelView.cs</DependentUpon>
     150    </Compile>
    120151    <Compile Include="KMeansClusteringModelView.cs">
    121152      <SubType>UserControl</SubType>
     
    124155      <DependentUpon>KMeansClusteringModelView.cs</DependentUpon>
    125156    </Compile>
     157    <Compile Include="NcaDimensionReductionView.cs">
     158      <SubType>UserControl</SubType>
     159    </Compile>
     160    <Compile Include="NcaDimensionReductionView.Designer.cs">
     161      <DependentUpon>NcaDimensionReductionView.cs</DependentUpon>
     162    </Compile>
    126163    <Compile Include="Plugin.cs" />
     164    <Compile Include="GaussianProcessRegressionSolutionLineChartView.cs">
     165      <SubType>UserControl</SubType>
     166    </Compile>
     167    <Compile Include="GaussianProcessRegressionSolutionLineChartView.Designer.cs">
     168      <DependentUpon>GaussianProcessRegressionSolutionLineChartView.cs</DependentUpon>
     169    </Compile>
    127170    <Compile Include="SupportVectorMachineModelSupportVectorsView.cs">
    128171      <SubType>UserControl</SubType>
     
    156199      <Private>False</Private>
    157200    </ProjectReference>
     201    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     202      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     203      <Name>HeuristicLab.Analysis-3.3</Name>
     204      <Private>False</Private>
     205    </ProjectReference>
    158206    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    159207      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    226274      <Private>False</Private>
    227275    </ProjectReference>
     276    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
     277      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
     278      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
     279      <Private>False</Private>
     280    </ProjectReference>
    228281  </ItemGroup>
    229282  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    230283  <PropertyGroup>
    231     <PreBuildEvent>
     284    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
    232285      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    233286      set ProjectDir=$(ProjectDir)
     
    236289
    237290      call PreBuildEvent.cmd
     291</PreBuildEvent>
     292    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     293export ProjectDir=$(ProjectDir)
     294export SolutionDir=$(SolutionDir)
     295
     296$SolutionDir/PreBuildEvent.sh
    238297</PreBuildEvent>
    239298  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.