Changeset 12007 for stable/HeuristicLab.CodeEditor
- Timestamp:
- 02/13/15 17:09:22 (10 years ago)
- Location:
- stable
- Files:
-
- 2 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.CodeEditor/3.4/HeuristicLab.CodeEditor-3.4.csproj
r11937 r12007 234 234 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 235 235 <PropertyGroup> 236 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 237 set ProjectDir=$(ProjectDir) 238 set SolutionDir=$(SolutionDir) 239 set Outdir=$(Outdir) 236 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 237 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 238 set ProjectDir=$(ProjectDir) 239 set SolutionDir=$(SolutionDir) 240 set Outdir=$(Outdir) 240 241 241 call PreBuildEvent.cmd 242 </PreBuildEvent> 242 call PreBuildEvent.cmd 243 </PreBuildEvent> 244 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 245 export ProjectDir=$(ProjectDir) 246 export SolutionDir=$(SolutionDir) 247 248 $SolutionDir/PreBuildEvent.sh 249 </PreBuildEvent> 243 250 </PropertyGroup> 244 251 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.