- Timestamp:
- 04/16/10 04:53:58 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 63 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj
r3336 r3368 100 100 <Name>HeuristicLab.Collections-3.3</Name> 101 101 </ProjectReference> 102 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 103 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 104 <Name>HeuristicLab.Common-3.2</Name> 105 </ProjectReference> 102 106 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 103 107 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs.frame
r3130 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
r3304 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 34 35 namespace HeuristicLab.Algorithms.GeneticAlgorithm { -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r3356 r3368 98 98 <Name>HeuristicLab.Collections-3.3</Name> 99 99 </ProjectReference> 100 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 101 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 102 <Name>HeuristicLab.Common-3.2</Name> 103 </ProjectReference> 100 104 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 101 105 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame
r3196 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs
r3359 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 using HeuristicLab.Selection; 34 35 -
trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj
r3103 r3368 99 99 <Name>HeuristicLab.Collections-3.3</Name> 100 100 </ProjectReference> 101 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 102 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 103 <Name>HeuristicLab.Common-3.2</Name> 104 </ProjectReference> 101 105 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 102 106 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLabAlgorithmsLocalSearchPlugin.cs.frame
r3103 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs
r3280 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 34 35 namespace HeuristicLab.Algorithms.LocalSearch { -
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3
- Property svn:ignore
-
old new 1 1 HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs 2 bin 3 obj
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r3348 r3368 97 97 <Name>HeuristicLab.Collections-3.3</Name> 98 98 </ProjectReference> 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> 102 </ProjectReference> 99 103 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 100 104 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs.frame
r3348 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs
r3358 r3368 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 33 using HeuristicLab.PluginInfrastructure; 34 using HeuristicLab.Random; 34 35 35 36 namespace HeuristicLab.Algorithms.ParticleSwarmOptimization { -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj
r3098 r3368 99 99 <Name>HeuristicLab.Collections-3.3</Name> 100 100 </ProjectReference> 101 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 102 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 103 <Name>HeuristicLab.Common-3.2</Name> 104 </ProjectReference> 101 105 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 102 106 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLabAlgorithmsSimulatedAnnealingPlugin.cs.frame
r3093 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r3303 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 34 35 namespace HeuristicLab.Algorithms.SimulatedAnnealing { -
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLab.Algorithms.TabuSearch-3.3.csproj
r3100 r3368 107 107 <Name>HeuristicLab.Collections-3.3</Name> 108 108 </ProjectReference> 109 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 110 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 111 <Name>HeuristicLab.Common-3.2</Name> 112 </ProjectReference> 109 113 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 110 114 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLabAlgorithmsTabuSearchPlugin.cs.frame
r3102 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs
r3340 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 34 35 namespace HeuristicLab.Algorithms.TabuSearch { -
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj
r2908 r3368 109 109 <Name>HeuristicLab.Collections-3.3</Name> 110 110 </ProjectReference> 111 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 112 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 113 <Name>HeuristicLab.Common-3.2</Name> 114 </ProjectReference> 111 115 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 112 116 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Analysis.Views/3.3/HeuristicLabAnalysisViewsPlugin.cs.frame
r2908 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r3306 r3368 109 109 <Name>HeuristicLab.Common.Resources-3.2</Name> 110 110 </ProjectReference> 111 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 112 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 113 <Name>HeuristicLab.Common-3.2</Name> 114 </ProjectReference> 111 115 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 112 116 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLabAnalysisPlugin.cs.frame
r3306 r3368 29 29 [PluginFile("HeuristicLab.Analysis-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] -
trunk/sources/HeuristicLab.Collections/3.3/HeuristicLab.Collections-3.3.csproj
r2900 r3368 122 122 </ItemGroup> 123 123 <ItemGroup> 124 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 125 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 126 <Name>HeuristicLab.Common-3.2</Name> 127 </ProjectReference> 124 128 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 125 129 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> -
trunk/sources/HeuristicLab.Collections/3.3/HeuristicLabCollectionsPlugin.cs.frame
r2790 r3368 28 28 [Plugin("HeuristicLab.Collections", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Collections-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Common", "3.2")] 30 31 [PluginDependency("HeuristicLab.Persistence", "3.3")] 31 32 public class HeuristicLabCollectionsPlugin : PluginBase { -
trunk/sources/HeuristicLab.Collections/3.3/IObservableArray.cs
r3317 r3368 23 23 using System.Collections.Generic; 24 24 using System.ComponentModel; 25 using HeuristicLab.Common; 25 26 26 27 namespace HeuristicLab.Collections { 27 public interface IObservableArray<T> : IList<T>, INotifyObservableArrayItemsChanged<T>, INotifyPropertyChanged { 28 bool ReadOnlyView { get; set; } 28 public interface IObservableArray<T> : IList<T>, INotifyObservableArrayItemsChanged<T>, INotifyPropertyChanged, IContent { 29 29 int Length { get; } 30 31 event EventHandler ReadOnlyViewChanged;32 30 } 33 31 } -
trunk/sources/HeuristicLab.Collections/3.3/IObservableCollection.cs
r3317 r3368 23 23 using System.Collections.Generic; 24 24 using System.ComponentModel; 25 using HeuristicLab.Common; 25 26 26 27 namespace HeuristicLab.Collections { 27 public interface IObservableCollection<T> : ICollection<T>, INotifyObservableCollectionItemsChanged<T>, INotifyPropertyChanged { 28 bool ReadOnlyView { get; set; } 29 30 event EventHandler ReadOnlyViewChanged; 31 } 28 public interface IObservableCollection<T> : ICollection<T>, INotifyObservableCollectionItemsChanged<T>, INotifyPropertyChanged, IContent { } 32 29 } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableArray.cs
r3317 r3368 25 25 using System.ComponentModel; 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using HeuristicLab.Common; 27 28 28 29 namespace HeuristicLab.Collections { … … 122 123 } 123 124 124 event EventHandler I ObservableArray<T>.ReadOnlyViewChanged {125 event EventHandler IContent.ReadOnlyViewChanged { 125 126 add { } 126 127 remove { } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableCollection.cs
r3317 r3368 24 24 using System.Collections.Generic; 25 25 using System.ComponentModel; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 … … 100 101 } 101 102 102 event EventHandler I ObservableCollection<T>.ReadOnlyViewChanged {103 event EventHandler IContent.ReadOnlyViewChanged { 103 104 add { } 104 105 remove { } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableDictionary.cs
r3317 r3368 24 24 using System.Collections.Generic; 25 25 using System.ComponentModel; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 … … 128 129 } 129 130 130 event EventHandler I ObservableCollection<KeyValuePair<TKey, TValue>>.ReadOnlyViewChanged {131 event EventHandler IContent.ReadOnlyViewChanged { 131 132 add { } 132 133 remove { } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableKeyedCollection.cs
r3317 r3368 24 24 using System.Collections.Generic; 25 25 using System.ComponentModel; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 … … 117 118 } 118 119 119 event EventHandler I ObservableCollection<TItem>.ReadOnlyViewChanged {120 event EventHandler IContent.ReadOnlyViewChanged { 120 121 add { } 121 122 remove { } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableList.cs
r3317 r3368 24 24 using System.Collections.Generic; 25 25 using System.ComponentModel; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 … … 124 125 } 125 126 126 event EventHandler I ObservableCollection<T>.ReadOnlyViewChanged {127 event EventHandler IContent.ReadOnlyViewChanged { 127 128 add { } 128 129 remove { } -
trunk/sources/HeuristicLab.Collections/3.3/ReadOnlyObservableSet.cs
r3317 r3368 24 24 using System.Collections.Generic; 25 25 using System.ComponentModel; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 28 … … 141 142 } 142 143 143 event EventHandler I ObservableCollection<T>.ReadOnlyViewChanged {144 event EventHandler IContent.ReadOnlyViewChanged { 144 145 add { } 145 146 remove { } -
trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItem.cs
r3317 r3368 22 22 using System; 23 23 using System.Drawing; 24 using HeuristicLab.Common; 24 25 25 26 namespace HeuristicLab.Core { … … 27 28 /// Interface to represent (almost) every HeuristicLab object (an object, an operator,...). 28 29 /// </summary> 29 public interface IItem : I DeepCloneable {30 public interface IItem : IContent, IDeepCloneable { 30 31 string ItemName { get; } 31 32 string ItemDescription { get; } 32 33 Image ItemImage { get; } 33 34 34 bool ReadOnlyView { get; set; }35 36 35 event EventHandler ItemImageChanged; 37 event EventHandler ReadOnlyViewChanged;38 36 event EventHandler ToStringChanged; 39 37 } -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj
r3296 r3368 110 110 </ItemGroup> 111 111 <ItemGroup> 112 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 113 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 114 <Name>HeuristicLab.Common-3.2</Name> 115 </ProjectReference> 112 116 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 113 117 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame
r3242 r3368 28 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Common", "3.2.0.0")] 30 31 [PluginDependency("HeuristicLab.Core", "3.3.0.0")] 31 32 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.0.0")] -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
r3360 r3368 142 142 <Name>HeuristicLab.Collections-3.3</Name> 143 143 </ProjectReference> 144 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 145 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 146 <Name>HeuristicLab.Common-3.2</Name> 147 </ProjectReference> 144 148 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 145 149 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame
r3242 r3368 28 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Collections", "3.3.0.0")] 30 [PluginDependency("HeuristicLab.Collections", "3.3.0.0")] 31 [PluginDependency("HeuristicLab.Common", "3.2.0.0")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3.0.0")] 32 33 [PluginDependency("HeuristicLab.Data", "3.3.0.0")] -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.Tests.csproj
r3360 r3368 61 61 <Name>HeuristicLab.Collections-3.3</Name> 62 62 </ProjectReference> 63 <ProjectReference Include="..\..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 64 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 65 <Name>HeuristicLab.Common-3.2</Name> 66 </ProjectReference> 63 67 <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 64 68 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj
r2934 r3368 124 124 <Name>HeuristicLab.Common.Resources-3.2</Name> 125 125 </ProjectReference> 126 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 127 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 128 <Name>HeuristicLab.Common-3.2</Name> 129 </ProjectReference> 126 130 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 127 131 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs.frame
r2801 r3368 32 32 [PluginFile("HeuristicLab.Operators.Views.GraphVisualization-3.3.dll", PluginFileType.Assembly)] 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] 34 [PluginDependency("HeuristicLab.Common", "3.2")] 34 35 [PluginDependency("HeuristicLab.Core", "3.3")] 35 36 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLab.Operators.Views-3.3.csproj
r2900 r3368 122 122 <Name>HeuristicLab.Collections-3.3</Name> 123 123 </ProjectReference> 124 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 125 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 126 <Name>HeuristicLab.Common-3.2</Name> 127 </ProjectReference> 124 128 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 125 129 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Operators.Views/3.3/HeuristicLabOperatorsViewsPlugin.cs.frame
r2796 r3368 29 29 [PluginFile("HeuristicLab.Operators.Views-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3")] 32 33 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r3226 r3368 121 121 <Name>HeuristicLab.Common.Resources-3.2</Name> 122 122 </ProjectReference> 123 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 124 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 125 <Name>HeuristicLab.Common-3.2</Name> 126 </ProjectReference> 123 127 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 124 128 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLabOperatorsPlugin.cs.frame
r2794 r3368 29 29 [PluginFile("HeuristicLab.Operators-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] -
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r3356 r3368 105 105 <Name>HeuristicLab.Collections-3.3</Name> 106 106 </ProjectReference> 107 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 108 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 109 <Name>HeuristicLab.Common-3.2</Name> 110 </ProjectReference> 107 111 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 108 112 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLabOptimizationOperatorsPlugin.cs.frame
r3021 r3368 29 29 [PluginFile("HeuristicLab.Optimization.Operators-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3")] 32 33 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r3340 r3368 154 154 <Name>HeuristicLab.Common.Resources-3.2</Name> 155 155 </ProjectReference> 156 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 157 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 158 <Name>HeuristicLab.Common-3.2</Name> 159 </ProjectReference> 156 160 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 157 161 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame
r2931 r3368 27 27 [PluginFile("HeuristicLab.Optimizer-3.3.dll", PluginFileType.Assembly)] 28 28 [PluginDependency("HeuristicLab.Persistence", "3.3")] 29 [PluginDependency("HeuristicLab.Common", "3.2")] 29 30 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 30 31 [PluginDependency("HeuristicLab.Core", "3.3")] -
trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj
r3271 r3368 93 93 <ItemGroup> 94 94 <None Include="HeuristicLab.snk" /> 95 <None Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame" /> 95 96 <None Include="Properties\AssemblyInfo.frame" /> 96 97 </ItemGroup> 97 98 <ItemGroup> 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> 102 </ProjectReference> 98 103 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 99 104 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame
r3239 r3368 28 28 [Plugin("HeuristicLab.Problems.ArtificialAnt.Views","3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Common", "3.2.0.0")] 30 31 [PluginDependency("HeuristicLab.Core", "3.3.0.0")] 31 32 [PluginDependency("HeuristicLab.Core.Views", "3.3.0.0")] -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj
r3309 r3368 117 117 <Name>HeuristicLab.Common.Resources-3.2</Name> 118 118 </ProjectReference> 119 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 120 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 121 <Name>HeuristicLab.Common-3.2</Name> 122 </ProjectReference> 119 123 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 120 124 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLabProblemsDataAnalysisRegressionPlugin.cs.frame
r3248 r3368 29 29 [PluginFile("HeuristicLab.Problems.DataAnalysis.Regression-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3.0.0")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2.0.0")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3.0.0")] -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj
r3159 r3368 120 120 <Name>HeuristicLab.Common.Resources-3.2</Name> 121 121 </ProjectReference> 122 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 123 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 124 <Name>HeuristicLab.Common-3.2</Name> 125 </ProjectReference> 122 126 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 123 127 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame
r3158 r3368 29 29 [PluginFile("HeuristicLab.Problems.TravelingSalesman.Views-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] -
trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj
r3269 r3368 103 103 <Name>HeuristicLab.Collections-3.3</Name> 104 104 </ProjectReference> 105 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 106 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 107 <Name>HeuristicLab.Common-3.2</Name> 108 </ProjectReference> 105 109 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 106 110 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Random/3.3/HeuristicLabRandomPlugin.cs.frame
r2794 r3368 29 29 [PluginFile("HeuristicLab.Random-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3")] 32 33 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Random/3.3/RandomCreator.cs
r3160 r3368 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Data; 24 using HeuristicLab.Operators; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Random;27 27 28 namespace HeuristicLab. Operators{28 namespace HeuristicLab.Random { 29 29 /// <summary> 30 30 /// An operator which creates a new Mersenne Twister pseudo random number generator. -
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r3096 r3368 108 108 <Name>HeuristicLab.Collections-3.3</Name> 109 109 </ProjectReference> 110 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 111 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 112 <Name>HeuristicLab.Common-3.2</Name> 113 </ProjectReference> 110 114 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 111 115 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLabSelectionPlugin.cs.frame
r2882 r3368 29 29 [PluginFile("HeuristicLab.Selection-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3")] 32 33 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r2900 r3368 91 91 </ItemGroup> 92 92 <ItemGroup> 93 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 94 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 95 <Name>HeuristicLab.Common-3.2</Name> 96 </ProjectReference> 93 97 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 94 98 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.SequentialEngine/3.3/HeuristicLabSequentialEnginePlugin.cs.frame
r2790 r3368 31 31 [Plugin("HeuristicLab.SequentialEngine", "3.3.0.$WCREV$")] 32 32 [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)] 33 [PluginDependency("HeuristicLab.Common", "3.2")] 34 [PluginDependency("HeuristicLab.Core", "3.3")] 33 35 [PluginDependency("HeuristicLab.Persistence", "3.3")] 34 [PluginDependency("HeuristicLab.Core", "3.3")]35 36 public class HeuristicLabSequentialEnginePlugin : PluginBase { 36 37 }
Note: See TracChangeset
for help on using the changeset viewer.