- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/ApplicationAttribute.cs
r3092 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 26 24 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/AssemblyBuildDateAttribute.cs
r2790 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 using System.Globalization;26 23 27 24 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/ContactInformationAttribute.cs
r2790 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 using System.IO;26 23 27 24 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/PluginAttribute.cs
r2790 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 26 24 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/PluginDependencyAttribute.cs
r3092 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 26 24 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Attributes/PluginFileAttribute.cs
r3092 r4068 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 using System.IO;26 23 27 24 namespace HeuristicLab.PluginInfrastructure {
Note: See TracChangeset
for help on using the changeset viewer.