Changeset 13008 for trunk/sources/HeuristicLab.Problems.Orienteering
- Timestamp:
- 10/15/15 12:46:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj
r12721 r13008 176 176 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 177 177 <PropertyGroup> 178 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 179 set ProjectDir=$(ProjectDir) 180 set SolutionDir=$(SolutionDir) 181 set Outdir=$(Outdir) 178 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 179 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 180 set ProjectDir=$(ProjectDir) 181 set SolutionDir=$(SolutionDir) 182 set Outdir=$(Outdir) 182 183 183 call PreBuildEvent.cmd 184 </PreBuildEvent> 184 call PreBuildEvent.cmd 185 </PreBuildEvent> 186 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 187 export ProjectDir=$(ProjectDir) 188 export SolutionDir=$(SolutionDir) 189 190 $SolutionDir/PreBuildEvent.sh 191 </PreBuildEvent> 185 192 </PropertyGroup> 186 193 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.