Changeset 8600 for trunk/sources/HeuristicLab.Algorithms.TabuSearch
- Timestamp:
- 09/07/12 16:26:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLab.Algorithms.TabuSearch-3.3.csproj ¶
r6866 r8600 219 219 --> 220 220 <PropertyGroup> 221 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)221 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 222 222 set ProjectDir=$(ProjectDir) 223 223 set SolutionDir=$(SolutionDir) … … 226 226 call PreBuildEvent.cmd 227 227 </PreBuildEvent> 228 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 229 export ProjectDir=$(ProjectDir) 230 export SolutionDir=$(SolutionDir) 231 232 $SolutionDir/PreBuildEvent.sh 233 </PreBuildEvent> 228 234 </PropertyGroup> 229 235 </Project>
Note: See TracChangeset
for help on using the changeset viewer.