- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3.csproj
r7261 r8660 114 114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 115 115 <PropertyGroup> 116 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)116 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 117 117 set ProjectDir=$(ProjectDir) 118 118 set SolutionDir=$(SolutionDir) … … 120 120 121 121 call PreBuildEvent.cmd</PreBuildEvent> 122 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 123 export ProjectDir=$(ProjectDir) 124 export SolutionDir=$(SolutionDir) 125 126 $SolutionDir/PreBuildEvent.sh 127 </PreBuildEvent> 122 128 </PropertyGroup> 123 129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.