- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r8333 r8600 283 283 --> 284 284 <PropertyGroup> 285 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)285 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 286 286 set ProjectDir=$(ProjectDir) 287 287 set SolutionDir=$(SolutionDir) … … 290 290 call PreBuildEvent.cmd 291 291 </PreBuildEvent> 292 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 293 export ProjectDir=$(ProjectDir) 294 export SolutionDir=$(SolutionDir) 295 296 $SolutionDir/PreBuildEvent.sh 297 </PreBuildEvent> 292 298 </PropertyGroup> 293 299 </Project>
Note: See TracChangeset
for help on using the changeset viewer.