Changeset 5473
- Timestamp:
- 02/15/11 18:22:03 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring
- Files:
-
- 4 added
- 1 deleted
- 5 edited
- 59 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj
r5471 r5473 159 159 <Name>HeuristicLab.Core-3.3</Name> 160 160 </ProjectReference> 161 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3. 3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">161 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 162 162 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 163 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3</Name>163 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 164 164 </ProjectReference> 165 165 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> -
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame
r5471 r5473 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3. 3.3.$WCREV$")]29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 32 [PluginDependency("HeuristicLab.Core", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 34 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3. 3")]34 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] 35 35 [PluginDependency("HeuristicLab.MainForm", "3.3")] 36 36 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] -
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/Properties/AssemblyInfo.frame
r5446 r5473 42 42 43 43 // The following GUID is for the ID of the typelib if this project is exposed to COM 44 [assembly: Guid(" 266fc20e-e762-4f01-8d2d-17187186d0f9")]44 [assembly: Guid("673A0460-B43A-4853-84D2-4125532B7F51")] 45 45 46 [assembly: AssemblyVersion("3. 3.0.0")]47 [assembly: AssemblyFileVersion("3. 3.3.$WCREV$")]46 [assembly: AssemblyVersion("3.4.0.0")] 47 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")] -
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame
r5471 r5473 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3. 3.3.$WCREV$")]29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3.3.0")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3.3.0")] -
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Properties/AssemblyInfo.frame
r5446 r5473 42 42 43 43 // The following GUID is for the ID of the typelib if this project is exposed to COM 44 [assembly: Guid(" 6f0b963e-ff24-4396-b7bd-f8997b6eda55")]44 [assembly: Guid("B4A9B316-6336-478B-84E5-16F773DE2512")] 45 45 46 [assembly: AssemblyVersion("3. 3.0.0")]47 [assembly: AssemblyFileVersion("3. 3.3.$WCREV$")]46 [assembly: AssemblyVersion("3.4.0.0")] 47 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")] -
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/Properties/AssemblyInfo.cs
r5446 r5473 26 26 // set of attributes. Change these attribute values to modify the information 27 27 // associated with an assembly. 28 [assembly: AssemblyTitle("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3.Tests")]28 [assembly: AssemblyTitle("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests")] 29 29 [assembly: AssemblyDescription("")] 30 30 [assembly: AssemblyConfiguration("")] 31 31 [assembly: AssemblyCompany("")] 32 [assembly: AssemblyProduct("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3.Tests")]32 [assembly: AssemblyProduct("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.Tests")] 33 33 [assembly: AssemblyCopyright("")] 34 34 [assembly: AssemblyTrademark("")] … … 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" e232a6a8-a54f-4629-8962-98c1597f1b8d")]43 [assembly: Guid("DAEDFB32-AE17-4499-80F0-653147AD7884")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.3.0")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.0.0")] -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt.Views/3.4/HeuristicLabProblemsArtificialAntViewsPlugin.cs.frame
r5471 r5473 26 26 27 27 namespace HeuristicLab.Problems.ArtificialAnt.Views { 28 [Plugin("HeuristicLab.Problems.ArtificialAnt.Views", "3. 3.3.$WCREV$")]29 [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.ArtificialAnt.Views", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Core", "3.3.3.0")] 31 31 [PluginDependency("HeuristicLab.Core.Views", "3.3.3.0")] 32 32 [PluginDependency("HeuristicLab.Data", "3.3.3.0")] 33 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3. 3.3.0")]34 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","3. 3.3.0")]33 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4.0.0")] 34 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views","3.4.0.0")] 35 35 [PluginDependency("HeuristicLab.MainForm", "3.3.3.0")] 36 36 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3.3.0")] 37 [PluginDependency("HeuristicLab.Problems.ArtificialAnt", "3. 3.3.0")]37 [PluginDependency("HeuristicLab.Problems.ArtificialAnt", "3.4.0.0")] 38 38 public class HeuristicLabProblemsArtificialAntViewsPlugin : PluginBase { 39 39 } -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt.Views/3.4/Properties/AssemblyInfo.frame
r5446 r5473 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" 64b22bb4-5eac-46ae-b2b6-c84ff428e177")]43 [assembly: Guid("F78103ED-A841-40AF-8216-EBB725E0EA42")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // 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$")] -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.4/HeuristicLabProblemsArtificialAntPlugin.cs.frame
r5471 r5473 26 26 27 27 namespace HeuristicLab.Problems.ArtificialAnt { 28 [Plugin("HeuristicLab.Problems.ArtificialAnt", "3. 3.3.$WCREV$")]29 [PluginFile("HeuristicLab.Problems.ArtificialAnt-3. 3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.ArtificialAnt", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Problems.ArtificialAnt-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3.3.0")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3.3.0")] … … 33 33 [PluginDependency("HeuristicLab.Core", "3.3.3.0")] 34 34 [PluginDependency("HeuristicLab.Data", "3.3.3.0")] 35 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3. 3.3.0")]35 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding","3.4.0.0")] 36 36 [PluginDependency("HeuristicLab.Operators", "3.3.3.0")] 37 37 [PluginDependency("HeuristicLab.Optimization", "3.3.3.0")] -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.4/Properties/AssemblyInfo.frame
r5446 r5473 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" 69563847-2b75-4aa4-a924-f24b74d19947")]43 [assembly: Guid("74CF50B5-F690-42FC-AFB4-03E9F72D5226")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // 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.