Changeset 8600 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 09/07/12 16:26:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj
r6866 r8600 211 211 --> 212 212 <PropertyGroup> 213 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)213 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 214 214 set ProjectDir=$(ProjectDir) 215 215 set SolutionDir=$(SolutionDir) … … 218 218 call PreBuildEvent.cmd 219 219 </PreBuildEvent> 220 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 221 export ProjectDir=$(ProjectDir) 222 export SolutionDir=$(SolutionDir) 223 224 $SolutionDir/PreBuildEvent.sh 225 </PreBuildEvent> 220 226 </PropertyGroup> 221 227 </Project>
Note: See TracChangeset
for help on using the changeset viewer.