Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/28/10 17:58:53 (14 years ago)
Author:
mkommend
Message:

Added provisional version of the cross validation (ticket #1199).

Location:
branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLab.Algorithms.DataAnalysis.Views.csproj

    r4472 r4536  
    102102  </PropertyGroup>
    103103  <ItemGroup>
     104    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
     105      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
     106    </Reference>
     107    <Reference Include="HeuristicLab.Collections-3.3">
     108      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     109    </Reference>
     110    <Reference Include="HeuristicLab.Common-3.3">
     111      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Core-3.3">
     114      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     115    </Reference>
     116    <Reference Include="HeuristicLab.Core.Views-3.3">
     117      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Data-3.3">
     120      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     121    </Reference>
     122    <Reference Include="HeuristicLab.Data.Views-3.3">
     123      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
     124    </Reference>
     125    <Reference Include="HeuristicLab.MainForm-3.3">
     126      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     127    </Reference>
     128    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     129      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     130    </Reference>
     131    <Reference Include="HeuristicLab.Optimization-3.3">
     132      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     133    </Reference>
    104134    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105135      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    106136    </Reference>
     137    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
     138      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
     139    </Reference>
    107140    <Reference Include="System" />
    108141    <Reference Include="System.Core" />
     142    <Reference Include="System.Drawing" />
     143    <Reference Include="System.Windows.Forms" />
    109144    <Reference Include="System.Xml.Linq" />
    110145    <Reference Include="System.Data.DataSetExtensions" />
     
    113148  </ItemGroup>
    114149  <ItemGroup>
     150    <Compile Include="CrossValidationView.cs">
     151      <SubType>UserControl</SubType>
     152    </Compile>
     153    <Compile Include="CrossValidationView.Designer.cs">
     154      <DependentUpon>CrossValidationView.cs</DependentUpon>
     155    </Compile>
    115156    <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" />
    116157    <Compile Include="Properties\AssemblyInfo.cs" />
     158    <Compile Include="AlgorithmResultsCollectionView.cs">
     159      <SubType>UserControl</SubType>
     160    </Compile>
     161    <Compile Include="AlgorithmResultsCollectionView.Designer.cs">
     162      <DependentUpon>AlgorithmResultsCollectionView.cs</DependentUpon>
     163    </Compile>
    117164  </ItemGroup>
    118165  <ItemGroup>
     
    120167    <None Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs.frame" />
    121168    <None Include="Properties\AssemblyInfo.frame" />
     169  </ItemGroup>
     170  <ItemGroup>
     171    <EmbeddedResource Include="CrossValidationView.resx">
     172      <DependentUpon>CrossValidationView.cs</DependentUpon>
     173    </EmbeddedResource>
     174  </ItemGroup>
     175  <ItemGroup>
     176    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
     177      <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
     178      <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name>
     179    </ProjectReference>
    122180  </ItemGroup>
    123181  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.