Changeset 11159 for stable/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
- Timestamp:
- 07/09/14 13:21:16 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r11114 r11159 167 167 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 168 168 <PropertyGroup> 169 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)169 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 170 170 set ProjectDir=$(ProjectDir) 171 171 set SolutionDir=$(SolutionDir) 172 172 set Outdir=$(Outdir) 173 173 174 call PreBuildEvent.cmd</PreBuildEvent> 174 call PreBuildEvent.cmd 175 </PreBuildEvent> 176 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 177 export ProjectDir=$(ProjectDir) 178 export SolutionDir=$(SolutionDir) 179 180 $SolutionDir/PreBuildEvent.sh 181 </PreBuildEvent> 175 182 </PropertyGroup> 176 183 <!-- 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.