Changeset 8742 for branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Timestamp:
- 10/05/12 11:58:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r8477 r8742 236 236 --> 237 237 <PropertyGroup> 238 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)238 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 239 239 set ProjectDir=$(ProjectDir) 240 240 set SolutionDir=$(SolutionDir) … … 243 243 call PreBuildEvent.cmd 244 244 </PreBuildEvent> 245 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 246 export ProjectDir=$(ProjectDir) 247 export SolutionDir=$(SolutionDir) 248 249 $SolutionDir/PreBuildEvent.sh 250 </PreBuildEvent> 245 251 </PropertyGroup> 246 252 </Project>
Note: See TracChangeset
for help on using the changeset viewer.