Changeset 2754 for trunk/sources/HeuristicLab.Tracing
- Timestamp:
- 02/04/10 22:08:45 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Tracing/3.2
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj
r2645 r2754 84 84 </ItemGroup> 85 85 <ItemGroup> 86 <None Include="HeuristicLabTracingPlugin.cs.frame" /> 86 87 <Compile Include="HiveLogger.cs" /> 87 88 <Compile Include="Logger.cs" /> … … 131 132 set Outdir=$(Outdir) 132 133 133 call PreBuildEvent.cmd</PreBuildEvent> 134 call PreBuildEvent.cmd 135 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabTracingPlugin.cs"</PreBuildEvent> 134 136 </PropertyGroup> 135 137 </Project> -
trunk/sources/HeuristicLab.Tracing/3.2/Properties/AssemblyInfo.frame
r2031 r2754 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("")] … … 52 51 // Revision 53 52 // 54 [assembly: AssemblyVersion("3.2.0. $WCREV$")]53 [assembly: AssemblyVersion("3.2.0.0")] 55 54 [assembly: AssemblyFileVersion("3.2.0.$WCREV$")] 56 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.