Changeset 12007 for stable/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit
- Timestamp:
- 02/13/15 17:09:22 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11723-11724,11829-11831,11833,11992
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 11829-11831
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/HeuristicLab.AvalonEdit-5.0.1/HeuristicLab.AvalonEdit-5.0.1.csproj
r11700 r12007 111 111 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 112 112 <PropertyGroup> 113 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 114 set ProjectDir=$(ProjectDir) 115 set SolutionDir=$(SolutionDir) 116 set Outdir=$(Outdir) 113 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 114 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 115 set ProjectDir=$(ProjectDir) 116 set SolutionDir=$(SolutionDir) 117 set Outdir=$(Outdir) 117 118 118 call PreBuildEvent.cmd 119 </PreBuildEvent> 119 call PreBuildEvent.cmd 120 </PreBuildEvent> 121 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 122 export ProjectDir=$(ProjectDir) 123 export SolutionDir=$(SolutionDir) 124 125 $SolutionDir/PreBuildEvent.sh 126 </PreBuildEvent> 120 127 </PropertyGroup> 121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.122 Other similar extension points exist, see Microsoft.Common.targets.123 <Target Name="BeforeBuild">124 </Target>125 <Target Name="AfterBuild">126 </Target>127 -->128 128 </Project>
Note: See TracChangeset
for help on using the changeset viewer.