Changeset 30 for trunk/sources/HeuristicLab.DistributedEngine
- Timestamp:
- 02/29/08 13:45:33 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.DistributedEngine
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj
r27 r30 79 79 </EmbeddedResource> 80 80 </ItemGroup> 81 <ItemGroup> 82 <None Include="Properties\AssemblyInfo.frame" /> 83 </ItemGroup> 81 84 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 82 85 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 87 90 </Target> 88 91 --> 92 <PropertyGroup> 93 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent> 94 </PropertyGroup> 89 95 </Project> -
trunk/sources/HeuristicLab.DistributedEngine/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. 1")]57 [assembly: AssemblyFileVersion("3.0.0. 1")]56 [assembly: AssemblyVersion("3.0.0.$WCREV$")] 57 [assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.