Changeset 11129 for stable/HeuristicLab.Scripting
- Timestamp:
- 07/08/14 09:37:30 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11078
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r10892 r11129 131 131 </ItemGroup> 132 132 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 133 <PropertyGroup>134 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)133 <PropertyGroup> 134 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 135 135 set ProjectDir=$(ProjectDir) 136 136 set SolutionDir=$(SolutionDir) 137 137 set Outdir=$(Outdir) 138 138 139 call PreBuildEvent.cmd</PreBuildEvent> 139 call PreBuildEvent.cmd 140 </PreBuildEvent> 141 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 142 export ProjectDir=$(ProjectDir) 143 export SolutionDir=$(SolutionDir) 144 145 $SolutionDir/PreBuildEvent.sh 146 </PreBuildEvent> 140 147 </PropertyGroup> 141 148 <!-- 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.