- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r7410 r8600 156 156 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 157 157 <PropertyGroup> 158 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)158 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 159 159 set ProjectDir=$(ProjectDir) 160 160 set SolutionDir=$(SolutionDir) … … 162 162 163 163 call PreBuildEvent.cmd 164 </PreBuildEvent> 165 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 166 export ProjectDir=$(ProjectDir) 167 export SolutionDir=$(SolutionDir) 168 169 $SolutionDir/PreBuildEvent.sh 164 170 </PreBuildEvent> 165 171 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.