Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5476


Ignore:
Timestamp:
02/15/11 18:41:47 (13 years ago)
Author:
mkommend
Message:

Added DataAnalysis.Views 3.4 (ticket #1418).

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
Files:
1 added
1 edited
6 copied

Legend:

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

    r5471 r5476  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.3</AssemblyName>
     12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
     
    129129  </ItemGroup>
    130130  <ItemGroup>
    131     <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
     131    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
    132132      <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
    133133      <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name>
     
    181181      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    182182    </ProjectReference>
    183     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">
     183    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    184184      <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>
    185185      <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs.frame

    r5471 r5476  
    2626  /// Plugin class for HeuristicLab.Algorithms.DataAnalysis.Views plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3.3.3.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.3")]
     28  [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3.4.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.4")]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    3232  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
     
    3939  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    4040  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.3")]
     41  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
    4242  public class HeuristicLabAlgorithmsDataAnalysisViewsPlugin : PluginBase {
    4343  }
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/Properties/AssemblyInfo.frame

    r5446 r5476  
    4141
    4242// The following GUID is for the ID of the typelib if this project is exposed to COM
    43 [assembly: Guid("E32D1796-011F-402c-8E97-8A13DFB6B4DC")]
     43[assembly: Guid("3230D850-0C57-429B-90FF-980D7EC056FD")]
    4444
    4545// Version information for an assembly consists of the following four values:
     
    5252// You can specify all the values or you can default the Revision and Build Numbers
    5353// by using the '*' as shown below:
    54 [assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.3.$WCREV$")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.