Changeset 8600 for trunk/sources/HeuristicLab.Algorithms.ScatterSearch
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj
r8319 r8600 166 166 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 167 167 <PropertyGroup> 168 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)168 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 169 169 set ProjectDir=$(ProjectDir) 170 170 set SolutionDir=$(SolutionDir) … … 172 172 173 173 call PreBuildEvent.cmd 174 </PreBuildEvent> 175 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 176 export ProjectDir=$(ProjectDir) 177 export SolutionDir=$(SolutionDir) 178 179 $SolutionDir/PreBuildEvent.sh 174 180 </PreBuildEvent> 175 181 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.