Changeset 2750 for trunk/sources/HeuristicLab.GP.Algorithms
- Timestamp:
- 02/04/10 12:20:43 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.Algorithms/3.2
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLab.GP.Algorithms-3.2.csproj
r2566 r2750 83 83 <ItemGroup> 84 84 <Compile Include="AlgorithmBase.cs" /> 85 <None Include="HeuristicLabGpAlgorithmsPlugin.cs.frame" /> 85 86 <Compile Include="HeuristicLabGpAlgorithmsPlugin.cs" /> 86 87 <Compile Include="OffspringSelectionGP.cs"> … … 186 187 set Outdir=$(Outdir) 187 188 188 call PreBuildEvent.cmd</PreBuildEvent> 189 call PreBuildEvent.cmd 190 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPAlgorithmsPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPAlgorithmsPlugin.cs"</PreBuildEvent> 189 191 </PropertyGroup> 190 192 </Project> -
trunk/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLabGpAlgorithmsPlugin.cs
r2591 r2750 26 26 27 27 namespace HeuristicLab.GP.Algorithms { 28 [Plugin("HeuristicLab.GP.Algorithms -3.2")]28 [Plugin("HeuristicLab.GP.Algorithms", "3.3.0.2728")] 29 29 [PluginFile("HeuristicLab.GP.Algorithms-3.2.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Common-3.2")] … … 32 32 [PluginDependency("HeuristicLab.Data-3.2")] 33 33 [PluginDependency("HeuristicLab.Evolutionary-3.2")] 34 [PluginDependency("HeuristicLab.GP -3.3")]35 [PluginDependency("HeuristicLab.GP.Interfaces -3.3")]36 [PluginDependency("HeuristicLab.GP.Operators -3.3")]34 [PluginDependency("HeuristicLab.GP", "3.3")] 35 [PluginDependency("HeuristicLab.GP.Interfaces", "3.3")] 36 [PluginDependency("HeuristicLab.GP.Operators", "3.3")] 37 37 [PluginDependency("HeuristicLab.Logging-3.2")] 38 38 [PluginDependency("HeuristicLab.Operators-3.2")] -
trunk/sources/HeuristicLab.GP.Algorithms/3.2/Properties/AssemblyInfo.frame
r2341 r2750 23 23 using System.Runtime.CompilerServices; 24 24 using System.Runtime.InteropServices; 25 using HeuristicLab.PluginInfrastructure;26 25 27 26 // General Information about an assembly is controlled through the following … … 33 32 [assembly: AssemblyCompany("")] 34 33 [assembly: AssemblyProduct("HeuristicLab")] 35 [assembly: AssemblyCopyright("(c) 2002-20 08HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2010 HEAL")] 36 35 [assembly: AssemblyTrademark("")] 37 36 [assembly: AssemblyCulture("")] … … 54 53 // You can specify all the values or you can default the Revision and Build Numbers 55 54 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3.2.0. $WCREV$")]55 [assembly: AssemblyVersion("3.2.0.0")] 57 56 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.