Changeset 30 for trunk/sources/HeuristicLab.DataAnalysis
- Timestamp:
- 02/29/08 13:45:33 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.DataAnalysis
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj
r4 r30 80 80 <ItemGroup> 81 81 <None Include="HeuristicLab.snk" /> 82 <None Include="Properties\AssemblyInfo.frame" /> 82 83 </ItemGroup> 83 84 <ItemGroup> … … 95 96 </Target> 96 97 --> 98 <PropertyGroup> 99 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent> 100 </PropertyGroup> 97 101 </Project> -
trunk/sources/HeuristicLab.DataAnalysis/Properties/AssemblyInfo.frame
r26 r30 54 54 // by using the '*' as shown below: 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 [assembly: AssemblyVersion("3.0.0. 0")]57 [assembly: AssemblyFileVersion("3.0.0. 0")]56 [assembly: AssemblyVersion("3.0.0.$WCREV$")] 57 [assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.