- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r8578 r8600 427 427 --> 428 428 <PropertyGroup> 429 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)429 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 430 430 set ProjectDir=$(ProjectDir) 431 431 set SolutionDir=$(SolutionDir) … … 434 434 call PreBuildEvent.cmd 435 435 </PreBuildEvent> 436 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 437 export ProjectDir=$(ProjectDir) 438 export SolutionDir=$(SolutionDir) 439 440 $SolutionDir/PreBuildEvent.sh 441 </PreBuildEvent> 436 442 </PropertyGroup> 437 443 </Project>
Note: See TracChangeset
for help on using the changeset viewer.