Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3408


Ignore:
Timestamp:
04/19/10 10:16:56 (14 years ago)
Author:
gkronber
Message:

Worked on views for DataAnalysis problems #938 (Data types and operators for regression problems)

Location:
trunk/sources
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r3384 r3408  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Problems.DataAnalysis</RootNamespace>
    12     <AssemblyName>HeuristicLab.Problems.DataAnalysis-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
     12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    8585    <None Include="Properties\AssemblyInfo.frame" />
    8686    <Compile Include="DataAnalysisProblemDataView.cs">
    87       <SubType>UserControl</SubType>
    8887    </Compile>
    8988    <Compile Include="DataAnalysisProblemDataView.Designer.cs">
     
    9897      <Name>HeuristicLab.Collections-3.3</Name>
    9998    </ProjectReference>
    100     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    101       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    102       <Name>HeuristicLab.Common-3.3</Name>
     99    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
     100      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
     101      <Name>HeuristicLab.Common-3.2</Name>
    103102    </ProjectReference>
    104103    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj

    r3384 r3408  
    8484    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
    8585    <None Include="Properties\AssemblyInfo.frame" />
     86    <Compile Include="DataAnalysisSolution.cs" />
    8687    <Compile Include="CsvFileParser.cs" />
    8788    <Compile Include="DataAnalysisProblem.cs" />
     
    9293    <Compile Include="Evaluators\SimpleMSEEvaluator.cs" />
    9394    <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />
     95    <Compile Include="Interfaces\IPredictor.cs" />
    9496    <Compile Include="MatrixExtensions.cs" />
    9597    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.