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