Changeset 8625
- Timestamp:
- 09/10/12 22:14:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
r8602 r8625 116 116 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 117 117 <PropertyGroup> 118 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)118 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 119 119 set ProjectDir=$(ProjectDir) 120 120 set SolutionDir=$(SolutionDir) 121 121 set Outdir=$(Outdir) 122 122 123 call PreBuildEvent.cmd</PreBuildEvent> 123 call PreBuildEvent.cmd 124 </PreBuildEvent> 125 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 126 export ProjectDir=$(ProjectDir) 127 export SolutionDir=$(SolutionDir) 128 129 $SolutionDir/PreBuildEvent.sh 130 </PreBuildEvent> 124 131 </PropertyGroup> 125 132 <!-- 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.