Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/11 10:52:22 (14 years ago)
Author:
mkommend
Message:

Prepared 3.4 project stubs for refactoring and added interfaces in Problems.DataAnalysis 3.4 (ticket #1418).

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj

    r5477 r5484  
    114114  </ItemGroup>
    115115  <ItemGroup>
    116     <Compile Include="CrossValidationView.cs">
    117       <SubType>UserControl</SubType>
    118     </Compile>
    119     <Compile Include="CrossValidationView.Designer.cs">
    120       <DependentUpon>CrossValidationView.cs</DependentUpon>
    121     </Compile>
    122116    <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" />
    123117    <Compile Include="Properties\AssemblyInfo.cs" />
     
    129123  </ItemGroup>
    130124  <ItemGroup>
    131     <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
    132       <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
    133       <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name>
     125    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
     126      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
     127      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
    134128    </ProjectReference>
    135129    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     
    181175      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    182176    </ProjectReference>
    183     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
    184       <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    185       <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
     177    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     178      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     179      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    186180    </ProjectReference>
    187181  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.