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