- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r7649 r8600 185 185 --> 186 186 <PropertyGroup> 187 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)187 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 188 188 set ProjectDir=$(ProjectDir) 189 189 set SolutionDir=$(SolutionDir) … … 191 191 192 192 call PreBuildEvent.cmd</PreBuildEvent> 193 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 194 export ProjectDir=$(ProjectDir) 195 export SolutionDir=$(SolutionDir) 196 197 $SolutionDir/PreBuildEvent.sh 198 </PreBuildEvent> 193 199 </PropertyGroup> 194 200 </Project>
Note: See TracChangeset
for help on using the changeset viewer.