Changeset 2750 for trunk/sources/HeuristicLab.GP.StructureIdentification
- Timestamp:
- 02/04/10 12:20:43 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj
r2722 r2750 85 85 <Compile Include="BaseClasses\FunctionTreeBase.cs" /> 86 86 <Compile Include="BaseClasses\TreeEvaluatorBase.cs" /> 87 <None Include="HeuristicLabGPStructureIdentificationPlugin.cs.frame" /> 87 88 <Compile Include="LinearScalingPredictorBuilder.cs" /> 88 89 <Compile Include="Evaluators\VariableFrequencyBasedImpactCalculator.cs" /> … … 253 254 set Outdir=$(Outdir) 254 255 255 call PreBuildEvent.cmd</PreBuildEvent> 256 call PreBuildEvent.cmd 257 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationPlugin.cs"</PreBuildEvent> 256 258 </PropertyGroup> 257 259 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs
r2591 r2750 23 23 24 24 namespace HeuristicLab.GP.StructureIdentification { 25 [Plugin("HeuristicLab.GP.StructureIdentification -3.3")]25 [Plugin("HeuristicLab.GP.StructureIdentification", "3.3.0.2728")] 26 26 [PluginFile("HeuristicLab.GP.StructureIdentification-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common-3.2")] … … 30 30 [PluginDependency("HeuristicLab.DataAnalysis-3.2")] 31 31 [PluginDependency("HeuristicLab.Evolutionary-3.2")] 32 [PluginDependency("HeuristicLab.GP -3.3")]33 [PluginDependency("HeuristicLab.GP.Interfaces -3.3")]34 [PluginDependency("HeuristicLab.GP.Operators -3.3")]32 [PluginDependency("HeuristicLab.GP", "3.3")] 33 [PluginDependency("HeuristicLab.GP.Interfaces", "3.3")] 34 [PluginDependency("HeuristicLab.GP.Operators", "3.3")] 35 35 [PluginDependency("HeuristicLab.Logging-3.2")] 36 36 [PluginDependency("HeuristicLab.Modeling-3.2")] -
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/Properties/AssemblyInfo.frame
r1527 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.3.0. $WCREV$")]55 [assembly: AssemblyVersion("3.3.0.0")] 57 56 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.