Changeset 8600 for trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj
r8334 r8600 249 249 --> 250 250 <PropertyGroup> 251 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)251 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 252 252 set ProjectDir=$(ProjectDir) 253 253 set SolutionDir=$(SolutionDir) … … 256 256 call PreBuildEvent.cmd 257 257 </PreBuildEvent> 258 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 259 export ProjectDir=$(ProjectDir) 260 export SolutionDir=$(SolutionDir) 261 262 $SolutionDir/PreBuildEvent.sh 263 </PreBuildEvent> 258 264 </PropertyGroup> 259 265 </Project>
Note: See TracChangeset
for help on using the changeset viewer.