Changeset 2585
- Timestamp:
- 01/04/10 18:21:24 (15 years ago)
- Location:
- branches/PluginInfrastructure Refactoring
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.Common.Resources/3.2/Properties/AssemblyInfo.frame
r2245 r2585 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure; 4 5 5 6 // General Information about an assembly is controlled through the following … … 32 33 [assembly: AssemblyVersion("3.2.0.$WCREV$")] 33 34 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 35 [assembly: AssemblyBuildDate("$WCNOW$")] -
branches/PluginInfrastructure Refactoring/HeuristicLab.Communication.Data/3.2/Properties/AssemblyInfo.frame
r584 r2585 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure; 4 5 5 6 // General Information about an assembly is controlled through the following … … 32 33 [assembly: AssemblyVersion("3.2.0.$WCREV$")] 33 34 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 35 [assembly: AssemblyBuildDate("$WCNOW$")] -
branches/PluginInfrastructure Refactoring/HeuristicLab.Communication.Operators/3.2/Properties/AssemblyInfo.frame
r584 r2585 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure; 4 5 5 6 // General Information about an assembly is controlled through the following … … 32 33 [assembly: AssemblyVersion("3.2.0.$WCREV$")] 33 34 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 35 [assembly: AssemblyBuildDate("$WCNOW$")] -
branches/PluginInfrastructure Refactoring/HeuristicLab.SimOpt/3.2/Properties/AssemblyInfo.frame
r584 r2585 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure; 4 5 5 6 // General Information about an assembly is controlled through the following … … 35 36 [assembly: AssemblyVersion("3.2.0.$WCREV$")] 36 37 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 38 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.