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