- 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.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj
r10892 r11129 169 169 </ItemGroup> 170 170 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 171 <PropertyGroup>172 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)171 <PropertyGroup> 172 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 173 set ProjectDir=$(ProjectDir) 174 174 set SolutionDir=$(SolutionDir) 175 175 set Outdir=$(Outdir) 176 176 177 call PreBuildEvent.cmd</PreBuildEvent> 177 call PreBuildEvent.cmd 178 </PreBuildEvent> 179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 180 export ProjectDir=$(ProjectDir) 181 export SolutionDir=$(SolutionDir) 182 183 $SolutionDir/PreBuildEvent.sh 184 </PreBuildEvent> 178 185 </PropertyGroup> 179 186 <!-- 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.