Changeset 447
- Timestamp:
- 08/05/08 13:03:22 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Stopwatch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj
r445 r447 48 48 </ItemGroup> 49 49 <ItemGroup> 50 <Compile Include="Properties\AssemblyInfo.cs" /> 50 51 <Compile Include="StopStopwatch.cs" /> 51 52 <Compile Include="StartStopwatch.cs" /> 52 53 <Compile Include="HeuristicLabOperatorsStopwatchPlugin.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />54 54 <Compile Include="Stopwatch.cs" /> 55 55 </ItemGroup> 56 56 <ItemGroup> 57 57 <None Include="HeuristicLab.snk" /> 58 <None Include="Properties\AssemblyInfo.frame" /> 58 59 </ItemGroup> 59 60 <ItemGroup> … … 79 80 </Target> 80 81 --> 82 <PropertyGroup> 83 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent> 84 </PropertyGroup> 81 85 </Project> -
trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.frame
r446 r447 2 2 using System.Runtime.CompilerServices; 3 3 using System.Runtime.InteropServices; 4 using HeuristicLab.PluginInfrastructure; 4 5 5 6 // General Information about an assembly is controlled through the following … … 33 34 // by using the '*' as shown below: 34 35 // [assembly: AssemblyVersion("1.0.*")] 35 [assembly: AssemblyVersion("3.0.0.0")] 36 [assembly: AssemblyFileVersion("3.0.0.0")] 36 [assembly: AssemblyVersion("3.0.0.$WCREV$")] 37 [assembly: AssemblyFileVersion("3.0.0.$WCREV$")] 38 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.