- Timestamp:
- 11/16/15 14:20:27 (9 years ago)
- Location:
- stable
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13008,13016
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 13008
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj
r12007 r13172 195 195 </PostBuildEvent> 196 196 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 197 cp "$(TargetPath) " "$(SolutionDir)"197 cp "$(TargetPath)*" "$(SolutionDir)" 198 198 cp "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)" 199 cp "$(ProjectDir).. \..\lib\protoc.exe" "$(SolutionDir)"199 cp "$(ProjectDir)../../lib/protoc.exe" "$(SolutionDir)" 200 200 </PostBuildEvent> 201 </PropertyGroup> 201 </PropertyGroup> 202 202 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 203 203 Other similar extension points exist, see Microsoft.Common.targets. -
stable/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.7.0/WinFormsUI-2.7.0/WinFormsUI-2.7.0.csproj
r11920 r13172 134 134 <SubType>Component</SubType> 135 135 </Compile> 136 <Compile Include="Docking\DockPanel.cs"> 137 <SubType>Component</SubType> 138 </Compile> 136 <Compile Include="Docking\DockPanel.cs" /> 139 137 <Compile Include="Docking\DockPanel.DockDragHandler.cs"> 140 138 <SubType>Component</SubType> -
stable/HeuristicLab.Problems.Instances.Orienteering/3.3/HeuristicLab.Problems.Instances.Orienteering-3.3.csproj
r12721 r13172 110 110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 111 111 <PropertyGroup> 112 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 113 set ProjectDir=$(ProjectDir) 114 set SolutionDir=$(SolutionDir) 115 set Outdir=$(Outdir) 112 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 113 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 114 set ProjectDir=$(ProjectDir) 115 set SolutionDir=$(SolutionDir) 116 set Outdir=$(Outdir) 116 117 117 call PreBuildEvent.cmd</PreBuildEvent> 118 call PreBuildEvent.cmd 119 </PreBuildEvent> 120 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 121 export ProjectDir=$(ProjectDir) 122 export SolutionDir=$(SolutionDir) 123 124 $SolutionDir/PreBuildEvent.sh 125 </PreBuildEvent> 118 126 </PropertyGroup> 119 127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
stable/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj
r12721 r13172 180 180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 181 <PropertyGroup> 182 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 183 set ProjectDir=$(ProjectDir) 184 set SolutionDir=$(SolutionDir) 185 set Outdir=$(Outdir) 182 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 183 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 184 set ProjectDir=$(ProjectDir) 185 set SolutionDir=$(SolutionDir) 186 set Outdir=$(Outdir) 186 187 187 call PreBuildEvent.cmd 188 </PreBuildEvent> 188 call PreBuildEvent.cmd 189 </PreBuildEvent> 190 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 191 export ProjectDir=$(ProjectDir) 192 export SolutionDir=$(SolutionDir) 193 194 $SolutionDir/PreBuildEvent.sh 195 </PreBuildEvent> 189 196 </PropertyGroup> 190 197 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
stable/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj
r12721 r13172 176 176 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 177 177 <PropertyGroup> 178 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 179 set ProjectDir=$(ProjectDir) 180 set SolutionDir=$(SolutionDir) 181 set Outdir=$(Outdir) 178 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 179 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 180 set ProjectDir=$(ProjectDir) 181 set SolutionDir=$(SolutionDir) 182 set Outdir=$(Outdir) 182 183 183 call PreBuildEvent.cmd 184 </PreBuildEvent> 184 call PreBuildEvent.cmd 185 </PreBuildEvent> 186 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 187 export ProjectDir=$(ProjectDir) 188 export SolutionDir=$(SolutionDir) 189 190 $SolutionDir/PreBuildEvent.sh 191 </PreBuildEvent> 185 192 </PropertyGroup> 186 193 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
stable/prepareProjectsForMono.sh
r12729 r13172 15 15 awk '/ICSharpCode.AvalonEdit-5.0.1|HeuristicLab.AvalonEdit-5.0.1/ {while (/ICSharpCode.AvalonEdit-5.0.1|HeuristicLab.AvalonEdit-5.0.1/ && getline>0) ; next} 1' HeuristicLab.ExtLibs.sln > tmp 16 16 mv tmp HeuristicLab.ExtLibs.sln 17 17 18 awk '/HeuristicLab.Problems.ExternalEvaluation-3.4|HeuristicLab.Problems.ExternalEvaluation.GP-3.5|HeuristicLab.Problems.ExternalEvaluation.Views-3.4|HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3/ {while (/HeuristicLab.Problems.ExternalEvaluation-3.4|HeuristicLab.Problems.ExternalEvaluation.GP-3.5|HeuristicLab.Problems.ExternalEvaluation.Views-3.4|HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3/ && getline>0) ; next} 1' "HeuristicLab 3.3.sln" > tmp 18 19 mv tmp "HeuristicLab 3.3.sln" 20 21 #remove code from HeuristicLab.CodeEditor that depends on WPF and therefore does not work with Mono 22 sed -e '/ITextMarker.cs/d' -e '/MethodDefinitionReadOnlySectionProvider.cs/d' -e '/GoToLineDialog/{N;N;d;}' -e '/TextMarkerService.cs/d' -e '/Compile Include\=\"LanguageFeatures/d' -e '/AvalonEditWrapper.xaml.cs/{N;N;d;}' -e '/AvalonEditWrapper.xaml/{N;N;N;d;}' -e '/CodeViewer/{N;N;d;}' -e '/\"CodeEditor.cs\"/{N;N;d;}' -e '/\"CodeEditor.Designer.cs/{N;N;d;}' HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj > tmp 23 mv tmp HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj 24 19 25 elif [[ "$unamestr" == 'Linux' ]]; then 20 26 sed -e '/ICSharpCode.AvalonEdit-5.0.1/,+1d' -e '/HeuristicLab.AvalonEdit-5.0.1/,+1d' HeuristicLab.ExtLibs.sln > tmp … … 22 28 sed -e '/HeuristicLab.Problems.ExternalEvaluation-3.4/,+1d' -e '/HeuristicLab.Problems.ExternalEvaluation.GP-3.5/,+1d' -e '/HeuristicLab.Problems.ExternalEvaluation.Views-3.4/,+1d' -e '/HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3/,+1d' "HeuristicLab 3.3.sln" > tmp 23 29 mv tmp "HeuristicLab 3.3.sln" 30 31 #remove code from HeuristicLab.CodeEditor that depends on WPF and therefore does not work with Mono 32 sed -e '/ITextMarker.cs/d' -e '/MethodDefinitionReadOnlySectionProvider.cs/d' -e '/GoToLineDialog/,+2d' -e '/TextMarkerService.cs/d' -e '/Compile Include\=\"LanguageFeatures/d' -e '/AvalonEditWrapper.xaml.cs/,+2d' -e '/AvalonEditWrapper.xaml/,+3d' -e '/CodeViewer/,+2d' -e '/\"CodeEditor.cs/,+2d' -e '/\"CodeEditor.Designer.cs/,+2d' HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj > tmp 33 mv tmp HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj 34 24 35 else 25 36 echo "Unsupported operating system, compiling HeuristicLab may not work!" 26 37 fi 27 28 #remove code from HeuristicLab.CodeEditor that depends on WPF and therefore does not work with Mono29 sed -e '/ITextMarker.cs/d' -e '/MethodDefinitionReadOnlySectionProvider.cs/d' -e '/GoToLineDialog/,+2d' -e '/TextMarkerService.cs/d' -e '/Compile Include\=\"LanguageFeatures/d' -e '/AvalonEditWrapper.xaml.cs/,+2d' -e '/AvalonEditWrapper.xaml/,+3d' -e '/CodeViewer/,+2d' -e '/\"CodeEditor.cs/,+2d' -e '/\"CodeEditor.Designer.cs/,+2d' HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj > tmp30 mv tmp HeuristicLab.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj31 32 38 33 39 # switch to MultiDocument MainForm type as Docking doesn't properly work on Linux
Note: See TracChangeset
for help on using the changeset viewer.