Changeset 9681
- Timestamp:
- 07/01/13 10:49:06 (11 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9660
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj
r9323 r9681 146 146 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 147 147 <PropertyGroup> 148 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)148 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 149 149 set ProjectDir=$(ProjectDir) 150 150 set SolutionDir=$(SolutionDir) … … 152 152 153 153 call PreBuildEvent.cmd 154 </PreBuildEvent> 155 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 156 export ProjectDir=$(ProjectDir) 157 export SolutionDir=$(SolutionDir) 158 159 $SolutionDir/PreBuildEvent.sh 154 160 </PreBuildEvent> 155 161 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.