Changeset 11116
- Timestamp:
- 07/07/14 16:08:42 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj
r11114 r11116 272 272 </ItemGroup> 273 273 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 274 275 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)274 <PropertyGroup> 275 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 276 276 set ProjectDir=$(ProjectDir) 277 277 set SolutionDir=$(SolutionDir) 278 278 set Outdir=$(Outdir) 279 279 280 call PreBuildEvent.cmd</PreBuildEvent> 280 call PreBuildEvent.cmd 281 </PreBuildEvent> 282 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 283 export ProjectDir=$(ProjectDir) 284 export SolutionDir=$(SolutionDir) 285 286 $SolutionDir/PreBuildEvent.sh 287 </PreBuildEvent> 281 288 </PropertyGroup> 282 289 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r11114 r11116 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.