Changeset 5473 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 02/15/11 18:22:03 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Files:
-
- 1 added
- 1 deleted
- 2 edited
- 24 copied
Legend:
- Unmodified
- Added
- Removed
-
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")]
Note: See TracChangeset
for help on using the changeset viewer.