Changeset 2759 for trunk/sources
- Timestamp:
- 02/08/10 10:13:54 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 7 added
- 7 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.2.sln
r2691 r2759 7 7 ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt 8 8 HeuristicLab 3.2.vsmdi = HeuristicLab 3.2.vsmdi 9 HeuristicLab 3.21.vsmdi = HeuristicLab 3.21.vsmdi 9 10 LocalTestRun.testrunconfig = LocalTestRun.testrunconfig 10 11 PreBuildEvent.cmd = PreBuildEvent.cmd … … 333 334 Global 334 335 GlobalSection(TestCaseManagementSettings) = postSolution 335 CategoryFile = HeuristicLab 3.2 .vsmdi336 CategoryFile = HeuristicLab 3.21.vsmdi 336 337 EndGlobalSection 337 338 GlobalSection(SolutionConfigurationPlatforms) = preSolution -
trunk/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj
r2328 r2759 81 81 <ItemGroup> 82 82 <Compile Include="BooleanTreeInterpreter.cs" /> 83 <None Include="HeuristicLabGPBooleanPlugin.cs.frame" /> 83 84 <Compile Include="Symbols\And.cs" /> 84 85 <Compile Include="Symbols\Nand.cs" /> … … 151 152 set Outdir=$(Outdir) 152 153 153 call PreBuildEvent.cmd</PreBuildEvent> 154 call PreBuildEvent.cmd 155 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPBooleanPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPBooleanPlugin.cs"</PreBuildEvent> 154 156 </PropertyGroup> 155 157 </Project> -
trunk/sources/HeuristicLab.GP.Boolean/3.3/Properties/AssemblyInfo.frame
r1527 r2759 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$")] -
trunk/sources/HeuristicLab.GP.SantaFe/3.3/HeuristicLab.GP.SantaFe-3.3.csproj
r2222 r2759 82 82 <ItemGroup> 83 83 <Compile Include="AntInterpreter.cs" /> 84 <None Include="HeuristicLabGPSantaFePlugin.cs.frame" /> 84 85 <Compile Include="FunctionLibraryInjector.cs" /> 85 86 <Compile Include="HeuristicLabGPSantaFePlugin.cs" /> … … 138 139 set Outdir=$(Outdir) 139 140 140 call PreBuildEvent.cmd</PreBuildEvent> 141 call PreBuildEvent.cmd 142 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPSantaFePlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPSantaFePlugin.cs"</PreBuildEvent> 141 143 </PropertyGroup> 142 144 </Project> -
trunk/sources/HeuristicLab.GP.SantaFe/3.3/Properties/AssemblyInfo.frame
r1527 r2759 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$")] -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj
r2361 r2759 81 81 <ItemGroup> 82 82 <Compile Include="ClassificationMeanSquaredErrorEvaluator.cs" /> 83 <None Include="HeuristicLabGPClassificationPlugin.cs.frame" /> 83 84 <Compile Include="GPClassificationEvaluatorBase.cs" /> 84 85 <Compile Include="CrossValidation.cs" /> … … 159 160 set Outdir=$(Outdir) 160 161 161 call PreBuildEvent.cmd</PreBuildEvent> 162 call PreBuildEvent.cmd 163 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPClassificationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPClassificationPlugin.cs"</PreBuildEvent> 162 164 </PropertyGroup> 163 165 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/Properties/AssemblyInfo.frame
r1527 r2759 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$")] -
trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj
r2222 r2759 82 82 <ItemGroup> 83 83 <Compile Include="ConditionalCoefficientOfDeterminationEvaluator.cs" /> 84 <None Include="HeuristicLabGPConditionalEvaluationPlugin.cs.frame" /> 84 85 <Compile Include="HeuristicLabGPConditionalEvaluationPlugin.cs" /> 85 86 <Compile Include="ConditionalMeanAbsolutePercentageErrorEvaluator.cs" /> … … 139 140 set Outdir=$(Outdir) 140 141 141 call PreBuildEvent.cmd</PreBuildEvent> 142 call PreBuildEvent.cmd 143 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPConditionalEvaluationPlugin.cs"</PreBuildEvent> 142 144 </PropertyGroup> 143 145 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/Properties/AssemblyInfo.frame
r1902 r2759 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$")] -
trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/HeuristicLab.GP.StructureIdentification.Networks-3.2.csproj
r2624 r2759 80 80 </ItemGroup> 81 81 <ItemGroup> 82 <None Include="HeuristicLabGPStructureIdentificationNetworksPlugin.cs.frame" /> 82 83 <Compile Include="FunctionLibraryInjector.cs" /> 83 84 <Compile Include="HeuristicLabGPStructureIdentificationNetworksPlugin.cs" /> … … 168 169 set Outdir=$(Outdir) 169 170 170 call PreBuildEvent.cmd</PreBuildEvent> 171 call PreBuildEvent.cmd 172 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationNetworksPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPStructureIdentificationNetworksPlugin.cs"</PreBuildEvent> 171 173 </PropertyGroup> 172 174 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.Networks/3.2/Properties/AssemblyInfo.frame
r2616 r2759 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 09HEAL")]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$")] -
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj
r2361 r2759 83 83 <ItemGroup> 84 84 <Compile Include="AveragePercentageChangeEvaluator.cs" /> 85 <None Include="HeuristicLabGPTimeSeriesPlugin.cs.frame" /> 85 86 <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" /> 86 87 <Compile Include="OffspringSelectionGPTimeSeriesPrognosis.cs" /> … … 153 154 set Outdir=$(Outdir) 154 155 155 call PreBuildEvent.cmd</PreBuildEvent> 156 call PreBuildEvent.cmd 157 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPTimeSeriesPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPTimeSeriesPlugin.cs"</PreBuildEvent> 156 158 </PropertyGroup> 157 159 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/Properties/AssemblyInfo.frame
r1527 r2759 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$")] -
trunk/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj
r2645 r2759 80 80 </ItemGroup> 81 81 <ItemGroup> 82 <None Include="HeuristicLabLinearRegressionPlugin.cs.frame" /> 82 83 <Compile Include="LinearClassification.cs" /> 83 84 <Compile Include="HeuristicLabLinearRegressionPlugin.cs" /> … … 167 168 set Outdir=$(Outdir) 168 169 169 call PreBuildEvent.cmd</PreBuildEvent> 170 call PreBuildEvent.cmd 171 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabLinearRegressionPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabLinearRegressionPlugin.cs"</PreBuildEvent> 170 172 </PropertyGroup> 171 173 </Project> -
trunk/sources/HeuristicLab.LinearRegression/3.2/Properties/AssemblyInfo.frame
r2154 r2759 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.