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