Changeset 8600 for trunk/sources/HeuristicLab.Common.Resources
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r7956 r8600 500 500 --> 501 501 <PropertyGroup> 502 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)502 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 503 503 set ProjectDir=$(ProjectDir) 504 504 set SolutionDir=$(SolutionDir) … … 507 507 call PreBuildEvent.cmd 508 508 </PreBuildEvent> 509 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 510 export ProjectDir=$(ProjectDir) 511 export SolutionDir=$(SolutionDir) 512 513 $SolutionDir/PreBuildEvent.sh 514 </PreBuildEvent> 509 515 </PropertyGroup> 510 516 </Project>
Note: See TracChangeset
for help on using the changeset viewer.