Changeset 12470
- Timestamp:
- 06/18/15 12:53:11 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj
r11963 r12470 187 187 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 188 188 <PropertyGroup> 189 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 190 set ProjectDir=$(ProjectDir) 191 set SolutionDir=$(SolutionDir) 192 set Outdir=$(Outdir) 189 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 190 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 191 set ProjectDir=$(ProjectDir) 192 set SolutionDir=$(SolutionDir) 193 set Outdir=$(Outdir) 193 194 194 call PreBuildEvent.cmd</PreBuildEvent> 195 call PreBuildEvent.cmd 196 </PreBuildEvent> 197 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 198 export ProjectDir=$(ProjectDir) 199 export SolutionDir=$(SolutionDir) 200 201 $SolutionDir/PreBuildEvent.sh 202 </PreBuildEvent> 195 203 </PropertyGroup> 196 204 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj
r11984 r12470 190 190 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 191 191 <PropertyGroup> 192 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 193 set ProjectDir=$(ProjectDir) 194 set SolutionDir=$(SolutionDir) 195 set Outdir=$(Outdir) 192 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 193 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 194 set ProjectDir=$(ProjectDir) 195 set SolutionDir=$(SolutionDir) 196 set Outdir=$(Outdir) 196 197 197 call PreBuildEvent.cmd</PreBuildEvent> 198 call PreBuildEvent.cmd 199 </PreBuildEvent> 200 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 201 export ProjectDir=$(ProjectDir) 202 export SolutionDir=$(SolutionDir) 203 204 $SolutionDir/PreBuildEvent.sh 205 </PreBuildEvent> 198 206 </PropertyGroup> 199 207 <!-- 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.