Changeset 2750 for trunk/sources/HeuristicLab.GP.Interfaces
- Timestamp:
- 02/04/10 12:20:43 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.Interfaces/3.3
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj
r2566 r2750 80 80 </ItemGroup> 81 81 <ItemGroup> 82 <None Include="HeuristicLabGPInterfacesPlugin.cs.frame" /> 82 83 <Compile Include="FunctionTreeIterator.cs" /> 83 84 <Compile Include="IFunctionTreeSerializer.cs"> … … 119 120 set Outdir=$(Outdir) 120 121 121 call PreBuildEvent.cmd</PreBuildEvent> 122 call PreBuildEvent.cmd 123 SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabGPInterfacesPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabGPInterfacesPlugin.cs"</PreBuildEvent> 122 124 </PropertyGroup> 123 125 </Project> -
trunk/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLabGPInterfacesPlugin.cs
r2591 r2750 26 26 27 27 namespace HeuristicLab.GP.Interfaces { 28 [Plugin("HeuristicLab.GP.Interfaces -3.3")]28 [Plugin("HeuristicLab.GP.Interfaces", "3.3.0.2591")] 29 29 [PluginFile("HeuristicLab.GP.Interfaces-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Core-3.2")] -
trunk/sources/HeuristicLab.GP.Interfaces/3.3/Properties/AssemblyInfo.frame
r2222 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.