Changeset 582 for trunk/sources/HeuristicLab.Operators.Metaprogramming
- Timestamp:
- 09/20/08 15:45:02 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Metaprogramming
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLab.Operators.Metaprogramming.csproj
r574 r582 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Operators.Metaprogramming</RootNamespace> 12 <AssemblyName>HeuristicLab.Operators.Metaprogramming </AssemblyName>12 <AssemblyName>HeuristicLab.Operators.Metaprogramming-3.2</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> -
trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLabOperatorsMetaprogrammingPlugin.cs
r463 r582 26 26 27 27 namespace HeuristicLab.Operators.Metaprogramming { 28 [ClassInfo(Name = "HeuristicLab.Operators.Metaprogramming ")]29 [PluginFile(Filename = "HeuristicLab.Operators.Metaprogramming .dll", Filetype = PluginFileType.Assembly)]30 [Dependency(Dependency = "HeuristicLab.Core ")]31 [Dependency(Dependency = "HeuristicLab.Data ")]32 [Dependency(Dependency = "HeuristicLab.Operators ")]28 [ClassInfo(Name = "HeuristicLab.Operators.Metaprogramming-3.2")] 29 [PluginFile(Filename = "HeuristicLab.Operators.Metaprogramming-3.2.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 31 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 32 [Dependency(Dependency = "HeuristicLab.Operators-3.2")] 33 33 public class HeuristicLabOperatorsMetaprogrammingPlugin : PluginBase { 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.