- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r8202 r8600 179 179 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 180 180 <PropertyGroup> 181 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)181 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 182 182 set ProjectDir=$(ProjectDir) 183 183 set SolutionDir=$(SolutionDir) … … 185 185 186 186 call PreBuildEvent.cmd</PreBuildEvent> 187 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 188 export ProjectDir=$(ProjectDir) 189 export SolutionDir=$(SolutionDir) 190 191 $SolutionDir/PreBuildEvent.sh 192 </PreBuildEvent> 187 193 </PropertyGroup> 188 194 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.