- Timestamp:
- 03/16/10 00:56:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 HeuristicLabEncodingsInt VectorPlugin.cs2 HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs 3 3 bin 4 4 obj
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/Properties/AssemblyInfo.cs
r3032 r3053 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle("HeuristicLab.Encodings.Int Vector-3.3.Tests")]9 [assembly: AssemblyDescription(" ")]8 [assembly: AssemblyTitle("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.Tests")] 9 [assembly: AssemblyDescription("Unit tests for the HeuristicLab integer vector encoding and related operators.")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany(" Microsoft")]12 [assembly: AssemblyProduct("HeuristicLab .Encodings.IntVector-3.3.Tests")]13 [assembly: AssemblyCopyright(" Copyright © Microsoft 2010")]11 [assembly: AssemblyCompany("")] 12 [assembly: AssemblyProduct("HeuristicLab")] 13 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")] … … 32 32 // You can specify all the values or you can default the Revision and Build Numbers 33 33 // by using the '*' as shown below: 34 [assembly: AssemblyVersion(" 1.0.0.0")]35 [assembly: AssemblyFileVersion(" 1.0.0.0")]34 [assembly: AssemblyVersion("3.3.0.0")] 35 [assembly: AssemblyFileVersion("3.3.0.0")]
Note: See TracChangeset
for help on using the changeset viewer.