Changeset 5473 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/Properties
- Timestamp:
- 02/15/11 18:22:03 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Files:
-
- 1 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
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.