Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/12 16:25:59 (12 years ago)
Author:
sforsten
Message:

#1784: adjusted the version numbers of some projects

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
2 edited

Legend:

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

    r7825 r7830  
    351351      <Private>False</Private>
    352352    </ProjectReference>
    353     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.4\HeuristicLab.Problems.Instances.Views-3.4.csproj">
     353    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
    354354      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
    355       <Name>HeuristicLab.Problems.Instances.Views-3.4</Name>
    356       <Private>False</Private>
     355      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
    357356    </ProjectReference>
    358357    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/Plugin.cs.frame

    r7823 r7830  
    3939  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    4040  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    41   [PluginDependency("HeuristicLab.Problems.Instances.Views", "3.4")]
     41  [PluginDependency("HeuristicLab.Problems.Instances.Views", "3.3")]
    4242  [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions","3.3")]
    4343  public class HeuristicLabOptimizationViewsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.