- Timestamp:
- 01/27/15 16:01:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/HeuristicLab.NRefactory-5.5.0/HeuristicLab.NRefactory-5.5.0.csproj
r11810 r11831 123 123 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 124 124 <PropertyGroup> 125 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 126 set ProjectDir=$(ProjectDir) 127 set SolutionDir=$(SolutionDir) 128 set Outdir=$(Outdir) 125 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 126 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 127 set ProjectDir=$(ProjectDir) 128 set SolutionDir=$(SolutionDir) 129 set Outdir=$(Outdir) 129 130 130 call PreBuildEvent.cmd 131 </PreBuildEvent> 131 call PreBuildEvent.cmd 132 </PreBuildEvent> 133 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 134 export ProjectDir=$(ProjectDir) 135 export SolutionDir=$(SolutionDir) 136 137 $SolutionDir/PreBuildEvent.sh 138 </PreBuildEvent> 132 139 </PropertyGroup> 133 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.134 Other similar extension points exist, see Microsoft.Common.targets.135 <Target Name="BeforeBuild">136 </Target>137 <Target Name="AfterBuild">138 </Target>139 -->140 140 </Project>
Note: See TracChangeset
for help on using the changeset viewer.