- Timestamp:
- 02/08/10 10:13:54 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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$")]
Note: See TracChangeset
for help on using the changeset viewer.