Changeset 582 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 09/20/08 15:45:02 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Programmable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj
r574 r582 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Operators.Programmable</RootNamespace> 11 <AssemblyName>HeuristicLab.Operators.Programmable </AssemblyName>11 <AssemblyName>HeuristicLab.Operators.Programmable-3.2</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <WarningLevel>4</WarningLevel> 36 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable .XML</DocumentationFile>36 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.2.XML</DocumentationFile> 37 37 </PropertyGroup> 38 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 47 47 <OutputPath>bin\x86\Release\</OutputPath> 48 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable .XML</DocumentationFile>49 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.2.XML</DocumentationFile> 50 50 <Optimize>true</Optimize> 51 51 <DebugType>pdbonly</DebugType> -
trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLabOperatorsProgrammablePlugin.cs
r51 r582 26 26 27 27 namespace HeuristicLab.Operators { 28 [ClassInfo(Name = "HeuristicLab.Operators.Programmable ")]29 [PluginFile(Filename = "HeuristicLab.Operators.Programmable .dll", Filetype = PluginFileType.Assembly)]30 [Dependency(Dependency = "HeuristicLab.Core ")]31 [Dependency(Dependency = "HeuristicLab.Data ")]32 [Dependency(Dependency = "HeuristicLab.Operators ")]28 [ClassInfo(Name = "HeuristicLab.Operators.Programmable-3.2")] 29 [PluginFile(Filename = "HeuristicLab.Operators.Programmable-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 HeuristicLabOperatorsProgrammablePlugin : PluginBase { 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.