Changeset 8660 for branches/GP-MoveOperators/HeuristicLab
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 4 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/3.3/Files.txt
r6884 r8660 6 6 *.dll 7 7 *.txt 8 mathjax.zip 9 displayModelFrame.html -
branches/GP-MoveOperators/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r7063 r8660 198 198 --> 199 199 <PropertyGroup> 200 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)200 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 201 201 set ProjectDir=$(ProjectDir) 202 202 set SolutionDir=$(SolutionDir) 203 203 204 204 call PreBuildEvent.cmd</PreBuildEvent> 205 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 export ProjectDir=$(ProjectDir) 207 export SolutionDir=$(SolutionDir) 208 209 $SolutionDir/PreBuildEvent.sh 210 </PreBuildEvent> 211 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 206 212 set ProjectDir=$(ProjectDir) 207 213 set SolutionDir=$(SolutionDir) … … 212 218 call "$(SolutionDir)MergeConfigs.cmd" 213 219 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 220 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 221 export Outdir=$(Outdir) 222 export ProjectDir=$(ProjectDir) 223 export SolutionDir=$(SolutionDir) 224 225 $SolutionDir/MergeConfigs.sh 226 </PostBuildEvent> 214 227 </PropertyGroup> 215 228 </Project> -
branches/GP-MoveOperators/HeuristicLab/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 51 51 // Revision 52 52 // 53 [assembly: AssemblyVersion("3.3. 6.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]53 [assembly: AssemblyVersion("3.3.7.$WCREV$")] 54 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.