- Timestamp:
- 05/07/10 15:27:15 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 52 edited
- 2 copied
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r3676 r3702 103 103 EndProjectSection 104 104 EndProject 105 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.2", "HeuristicLab.Tracing\3. 2\HeuristicLab.Tracing-3.2.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}"106 EndProject 107 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Common.Resources-3. 2", "HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj", "{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}"105 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tracing-3.2", "HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj", "{EE2034D9-6E27-48A1-B855-42D45F69A4FC}" 106 EndProject 107 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Common.Resources-3.3", "HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj", "{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}" 108 108 EndProject 109 109 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimizer-3.3", "HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj", "{C664305E-497C-4533-A140-967DEDB05C19}" -
trunk/sources/HeuristicLab 3.3/Files.txt
r3676 r3702 17 17 HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll 18 18 HeuristicLab.Common\3.3:HeuristicLab.Common-3.3.dll 19 HeuristicLab.Common.Resources\3. 2:HeuristicLab.Common.Resources-3.2.dll19 HeuristicLab.Common.Resources\3.3:HeuristicLab.Common.Resources-3.3.dll 20 20 HeuristicLab.Core\3.3:HeuristicLab.Core-3.3.dll 21 21 HeuristicLab.Core.Views\3.3:HeuristicLab.Core.Views-3.3.dll … … 60 60 HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll 61 61 HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll 62 HeuristicLab.Tracing\3. 2:HeuristicLab.Tracing-3.2.dll63 HeuristicLab.Tracing\3. 2:HeuristicLab.log4net.xml62 HeuristicLab.Tracing\3.3:HeuristicLab.Tracing-3.3.dll 63 HeuristicLab.Tracing\3.3:HeuristicLab.log4net.xml 64 64 65 65 ;External Libraries -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj
r3384 r3702 86 86 <Name>HeuristicLab.Collections-3.3</Name> 87 87 </ProjectReference> 88 <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">88 <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 89 89 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 90 <Name>HeuristicLab.Common.Resources-3. 2</Name>90 <Name>HeuristicLab.Common.Resources-3.3</Name> 91 91 </ProjectReference> 92 92 <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> … … 146 146 <Name>HeuristicLab.SequentialEngine-3.3</Name> 147 147 </ProjectReference> 148 <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3. 2\HeuristicLab.Tracing-3.2.csproj">148 <ProjectReference Include="..\..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj"> 149 149 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project> 150 150 <Name>HeuristicLab.Tracing-3.2</Name> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj
r3662 r3702 111 111 <Name>HeuristicLab.Collections-3.3</Name> 112 112 </ProjectReference> 113 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">113 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 114 114 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 115 <Name>HeuristicLab.Common.Resources-3. 2</Name>115 <Name>HeuristicLab.Common.Resources-3.3</Name> 116 116 </ProjectReference> 117 117 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLabAnalysisPlugin.cs.frame
r3616 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLab.CodeEditor-3.2.csproj
r2911 r3702 140 140 </ItemGroup> 141 141 <ItemGroup> 142 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">142 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 143 143 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 144 <Name>HeuristicLab.Common.Resources-3. 2</Name>144 <Name>HeuristicLab.Common.Resources-3.3</Name> 145 145 </ProjectReference> 146 146 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj"> -
trunk/sources/HeuristicLab.CodeEditor/3.2/HeuristicLabCodeEditorPlugin.cs.frame
r2911 r3702 29 29 [Plugin("HeuristicLab.CodeEditor", "3.2.0.$WCREV$")] 30 30 [PluginFile("HeuristicLab.CodeEditor-3.2.dll", PluginFileType.Assembly)] 31 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.SharpDevelop", "3.1.1.5327")] 33 33 public class HeuristicLabCodeEditorPlugin : PluginBase { -
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r3695 r3702 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Common.Resources</RootNamespace> 12 <AssemblyName>HeuristicLab.Common.Resources-3. 2</AssemblyName>12 <AssemblyName>HeuristicLab.Common.Resources-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> -
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLabCommonResourcesPlugin.cs.frame
r3418 r3702 26 26 27 27 namespace HeuristicLab.Common.Resources { 28 [Plugin("HeuristicLab.Common.Resources", "3. 2.0.$WCREV$")]29 [PluginFile("HeuristicLab.Common.Resources-3. 2.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Common.Resources", "3.3.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Common.Resources-3.3.dll", PluginFileType.Assembly)] 30 30 public class HeuristicLabCommonResourcesPlugin : PluginBase { 31 31 } -
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj
r3613 r3702 280 280 <Name>HeuristicLab.Collections-3.3</Name> 281 281 </ProjectReference> 282 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">282 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 283 283 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 284 <Name>HeuristicLab.Common.Resources-3. 2</Name>284 <Name>HeuristicLab.Common.Resources-3.3</Name> 285 285 </ProjectReference> 286 286 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Core.Views/3.3/HeuristicLabCoreViewsPlugin.cs.frame
r3437 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.MainForm", "3.3")] -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r3663 r3702 189 189 <Name>HeuristicLab.Collections-3.3</Name> 190 190 </ProjectReference> 191 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">191 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 192 192 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 193 <Name>HeuristicLab.Common.Resources-3. 2</Name>193 <Name>HeuristicLab.Common.Resources-3.3</Name> 194 194 </ProjectReference> 195 195 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Core/3.3/HeuristicLabCorePlugin.cs.frame
r3384 r3702 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] 34 34 [PluginDependency("HeuristicLab.Common", "3.3")] 35 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]35 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 36 36 [PluginDependency("HeuristicLab.Persistence", "3.3")] 37 37 public class HeuristicLabCorePlugin : PluginBase { -
trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r3602 r3702 128 128 </ItemGroup> 129 129 <ItemGroup> 130 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">130 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 131 131 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 132 <Name>HeuristicLab.Common.Resources-3. 2</Name>132 <Name>HeuristicLab.Common.Resources-3.3</Name> 133 133 </ProjectReference> 134 134 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Data/3.3/HeuristicLabDataPlugin.cs.frame
r3384 r3702 29 29 [PluginFile("HeuristicLab.Data-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Common", "3.3")] 31 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core", "3.3")] 33 33 [PluginDependency("HeuristicLab.Persistence", "3.3")] -
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj
r3436 r3702 156 156 <Name>HeuristicLab.Collections-3.3</Name> 157 157 </ProjectReference> 158 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">158 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 159 159 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 160 <Name>HeuristicLab.Common.Resources-3. 2</Name>160 <Name>HeuristicLab.Common.Resources-3.3</Name> 161 161 </ProjectReference> 162 162 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame
r3436 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r3572 r3702 176 176 </ItemGroup> 177 177 <ItemGroup> 178 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">178 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 179 179 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 180 <Name>HeuristicLab.Common.Resources-3. 2</Name>180 <Name>HeuristicLab.Common.Resources-3.3</Name> 181 181 </ProjectReference> 182 182 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLabMainFormWindowsFormsPlugin.cs.frame
r3437 r3702 29 29 [PluginFile("HeuristicLab.MainForm.WindowsForms-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Common", "3.3")] 31 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 32 32 [PluginDependency("HeuristicLab.MainForm", "3.3")] 33 33 [PluginDependency("HeuristicLab.WinFormsUI", "2.3.1")] -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r3443 r3702 109 109 <Name>HeuristicLab.Collections-3.3</Name> 110 110 </ProjectReference> 111 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">111 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 112 112 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 113 <Name>HeuristicLab.Common.Resources-3. 2</Name>113 <Name>HeuristicLab.Common.Resources-3.3</Name> 114 114 </ProjectReference> 115 115 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj
r3437 r3702 126 126 <Name>HeuristicLab.Collections-3.3</Name> 127 127 </ProjectReference> 128 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">128 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 129 129 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 130 <Name>HeuristicLab.Common.Resources-3. 2</Name>130 <Name>HeuristicLab.Common.Resources-3.3</Name> 131 131 </ProjectReference> 132 132 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r3597 r3702 123 123 <Name>HeuristicLab.Collections-3.3</Name> 124 124 </ProjectReference> 125 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">125 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 126 126 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 127 <Name>HeuristicLab.Common.Resources-3. 2</Name>127 <Name>HeuristicLab.Common.Resources-3.3</Name> 128 128 </ProjectReference> 129 129 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLabOperatorsPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r3633 r3702 208 208 <Name>HeuristicLab.Collections-3.3</Name> 209 209 </ProjectReference> 210 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">210 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 211 211 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 212 <Name>HeuristicLab.Common.Resources-3. 2</Name>212 <Name>HeuristicLab.Common.Resources-3.3</Name> 213 213 </ProjectReference> 214 214 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLabOptimizationViewsPlugin.cs.frame
r3437 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r3682 r3702 152 152 <Name>HeuristicLab.Collections-3.3</Name> 153 153 </ProjectReference> 154 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">154 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 155 155 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 156 <Name>HeuristicLab.Common.Resources-3. 2</Name>156 <Name>HeuristicLab.Common.Resources-3.3</Name> 157 157 </ProjectReference> 158 158 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLabOptimizationPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r3695 r3702 145 145 </ItemGroup> 146 146 <ItemGroup> 147 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">147 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 148 148 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 149 <Name>HeuristicLab.Common.Resources-3. 2</Name>149 <Name>HeuristicLab.Common.Resources-3.3</Name> 150 150 </ProjectReference> 151 151 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame
r3557 r3702 28 28 [PluginDependency("HeuristicLab.Persistence", "3.3")] 29 29 [PluginDependency("HeuristicLab.Common", "3.3")] 30 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj
r3659 r3702 134 134 <Name>HeuristicLab.Collections-3.3</Name> 135 135 </ProjectReference> 136 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">136 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 137 137 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 138 <Name>HeuristicLab.Common.Resources-3. 2</Name>138 <Name>HeuristicLab.Common.Resources-3.3</Name> 139 139 </ProjectReference> 140 140 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Parameters.Views/3.3/HeuristicLabParametersViewsPlugin.cs.frame
r3437 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r3660 r3702 107 107 <Name>HeuristicLab.Collections-3.3</Name> 108 108 </ProjectReference> 109 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">109 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 110 110 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 111 <Name>HeuristicLab.Common.Resources-3. 2</Name>111 <Name>HeuristicLab.Common.Resources-3.3</Name> 112 112 </ProjectReference> 113 113 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLabParametersPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Persistence", "3.3")] -
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj
r3036 r3702 237 237 <Name>HeuristicLab.PluginInfrastructure</Name> 238 238 </ProjectReference> 239 <ProjectReference Include="..\..\HeuristicLab.Tracing\3. 2\HeuristicLab.Tracing-3.2.csproj">239 <ProjectReference Include="..\..\HeuristicLab.Tracing\3.3\HeuristicLab.Tracing-3.3.csproj"> 240 240 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project> 241 <Name>HeuristicLab.Tracing-3. 2</Name>241 <Name>HeuristicLab.Tracing-3.3</Name> 242 242 </ProjectReference> 243 243 </ItemGroup> -
trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLabPersistencePlugin.cs.frame
r3016 r3702 8 8 [Plugin("HeuristicLab.Persistence", "3.3.0.$WCREV$")] 9 9 [PluginFile("HeuristicLab.Persistence-3.3.dll", PluginFileType.Assembly)] 10 [PluginDependency("HeuristicLab.Tracing", "3. 2")]10 [PluginDependency("HeuristicLab.Tracing", "3.3")] 11 11 public class HeuristicLabPersistencePlugin : PluginBase { } 12 12 -
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/HeuristicLab.Problems.ArtificialAnt-3.3.csproj
r3681 r3702 106 106 <Name>HeuristicLab.Collections-3.3</Name> 107 107 </ProjectReference> 108 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">108 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 109 109 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 110 <Name>HeuristicLab.Common.Resources-3. 2</Name>110 <Name>HeuristicLab.Common.Resources-3.3</Name> 111 111 </ProjectReference> 112 112 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj
r3683 r3702 120 120 <Name>HeuristicLab.Collections-3.3</Name> 121 121 </ProjectReference> 122 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">122 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 123 123 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 124 <Name>HeuristicLab.Common.Resources-3. 2</Name>124 <Name>HeuristicLab.Common.Resources-3.3</Name> 125 125 </ProjectReference> 126 126 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
r3531 r3702 119 119 <Name>HeuristicLab.Collections-3.3</Name> 120 120 </ProjectReference> 121 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">121 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 122 122 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 123 <Name>HeuristicLab.Common.Resources-3. 2</Name>123 <Name>HeuristicLab.Common.Resources-3.3</Name> 124 124 </ProjectReference> 125 125 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj
r3476 r3702 101 101 <Name>HeuristicLab.Collections-3.3</Name> 102 102 </ProjectReference> 103 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">103 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 104 104 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 105 <Name>HeuristicLab.Common.Resources-3. 2</Name>105 <Name>HeuristicLab.Common.Resources-3.3</Name> 106 106 </ProjectReference> 107 107 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLabProblemsKnapsackViewsPlugin.cs.frame
r3467 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Problems.Knapsack/3.3/HeuristicLab.Problems.Knapsack-3.3.csproj
r3667 r3702 102 102 <Name>HeuristicLab.Collections-3.3</Name> 103 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">104 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 105 105 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 106 <Name>HeuristicLab.Common.Resources-3. 2</Name>106 <Name>HeuristicLab.Common.Resources-3.3</Name> 107 107 </ProjectReference> 108 108 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.Knapsack/3.3/HeuristicLabProblemsKnapsackPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj
r3653 r3702 101 101 <Name>HeuristicLab.Collections-3.3</Name> 102 102 </ProjectReference> 103 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">103 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 104 104 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 105 <Name>HeuristicLab.Common.Resources-3. 2</Name>105 <Name>HeuristicLab.Common.Resources-3.3</Name> 106 106 </ProjectReference> 107 107 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLabProblemsOneMaxViewsPlugin.cs.frame
r3645 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Problems.OneMax/3.3/HeuristicLab.Problems.OneMax-3.3.csproj
r3667 r3702 103 103 <Name>HeuristicLab.Collections-3.3</Name> 104 104 </ProjectReference> 105 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">105 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 106 106 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 107 <Name>HeuristicLab.Common.Resources-3. 2</Name>107 <Name>HeuristicLab.Common.Resources-3.3</Name> 108 108 </ProjectReference> 109 109 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.OneMax/3.3/HeuristicLabProblemsOneMaxPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj
r3684 r3702 134 134 <Name>HeuristicLab.Collections-3.3</Name> 135 135 </ProjectReference> 136 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">136 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 137 137 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 138 <Name>HeuristicLab.Common.Resources-3. 2</Name>138 <Name>HeuristicLab.Common.Resources-3.3</Name> 139 139 </ProjectReference> 140 140 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj
r3437 r3702 116 116 <Name>HeuristicLab.Collections-3.3</Name> 117 117 </ProjectReference> 118 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">118 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 119 119 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 120 <Name>HeuristicLab.Common.Resources-3. 2</Name>120 <Name>HeuristicLab.Common.Resources-3.3</Name> 121 121 </ProjectReference> 122 122 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame
r3437 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] -
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj
r3663 r3702 117 117 <Name>HeuristicLab.Collections-3.3</Name> 118 118 </ProjectReference> 119 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3. 2\HeuristicLab.Common.Resources-3.2.csproj">119 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 120 120 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 121 <Name>HeuristicLab.Common.Resources-3. 2</Name>121 <Name>HeuristicLab.Common.Resources-3.3</Name> 122 122 </ProjectReference> 123 123 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame
r3384 r3702 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 [PluginDependency("HeuristicLab.Common.Resources", "3. 2")]32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r3695 r3702 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Tracing</RootNamespace> 12 <AssemblyName>HeuristicLab.Tracing-3. 2</AssemblyName>12 <AssemblyName>HeuristicLab.Tracing-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile>bin\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>34 <DocumentationFile>bin\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 35 35 </PropertyGroup> 36 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 49 49 <PlatformTarget>x64</PlatformTarget> 50 50 <ErrorReport>prompt</ErrorReport> 51 <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>51 <DocumentationFile>bin\x64\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 66 66 <PlatformTarget>x86</PlatformTarget> 67 67 <ErrorReport>prompt</ErrorReport> 68 <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3. 2.XML</DocumentationFile>68 <DocumentationFile>bin\x86\Release\HeuristicLab.Tracing-3.3.xml</DocumentationFile> 69 69 </PropertyGroup> 70 70 <ItemGroup> -
trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLabTracingPlugin.cs.frame
r3058 r3702 27 27 /// HeuristicLab Tracing Plugin 28 28 /// </summary> 29 [Plugin("HeuristicLab.Tracing", "3. 2.0.$WCREV$")]30 [PluginFile("HeuristicLab.Tracing-3. 2.dll", PluginFileType.Assembly)]29 [Plugin("HeuristicLab.Tracing", "3.3.0.$WCREV$")] 30 [PluginFile("HeuristicLab.Tracing-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginFile("HeuristicLab.log4net.xml", PluginFileType.Data)] 32 32 [PluginDependency("HeuristicLab.log4net", "1.2.10.0")]
Note: See TracChangeset
for help on using the changeset viewer.