Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/07/12 16:28:33 (11 years ago)
Author:
mkommend
Message:

#1942: Reintegrated branch for CSV import.

Location:
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views

  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj

    r8781 r8877  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <Compile Include="ClassificationImportTypeDialog.cs">
     84      <SubType>Form</SubType>
     85    </Compile>
     86    <Compile Include="ClassificationImportTypeDialog.Designer.cs">
     87      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
     88    </Compile>
     89    <Compile Include="ClassificationInstanceConsumerView.cs">
     90      <SubType>UserControl</SubType>
     91    </Compile>
     92    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
     93      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
     94    </Compile>
    8395    <Compile Include="DataAnalysisImportTypeDialog.cs">
    8496      <SubType>Form</SubType>
     
    94106    </Compile>
    95107    <Compile Include="Plugin.cs" />
     108    <Compile Include="RegressionImportTypeDialog.cs">
     109      <SubType>Form</SubType>
     110    </Compile>
     111    <Compile Include="RegressionImportTypeDialog.Designer.cs">
     112      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
     113    </Compile>
     114    <Compile Include="RegressionInstanceConsumerView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="RegressionInstanceConsumerView.Designer.cs">
     118      <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
     119    </Compile>
    96120    <None Include="HeuristicLab.snk" />
    97121    <None Include="Plugin.cs.frame" />
     
    100124  </ItemGroup>
    101125  <ItemGroup>
     126    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     127      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     128      <Name>HeuristicLab.Common.Resources-3.3</Name>
     129    </ProjectReference>
    102130    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    103131      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    104132      <Name>HeuristicLab.Common-3.3</Name>
    105133    </ProjectReference>
     134    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     135      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
     136      <Name>HeuristicLab.Core.Views-3.3</Name>
     137    </ProjectReference>
    106138    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    107139      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    108140      <Name>HeuristicLab.Core-3.3</Name>
     141    </ProjectReference>
     142    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     143      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
     144      <Name>HeuristicLab.Data.Views-3.3</Name>
    109145    </ProjectReference>
    110146    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.