- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj
r7021 r8600 206 206 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 207 207 <PropertyGroup> 208 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)208 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 209 209 set ProjectDir=$(ProjectDir) 210 210 set SolutionDir=$(SolutionDir) … … 212 212 213 213 call PreBuildEvent.cmd 214 </PreBuildEvent> 215 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 216 export ProjectDir=$(ProjectDir) 217 export SolutionDir=$(SolutionDir) 218 219 $SolutionDir/PreBuildEvent.sh 214 220 </PreBuildEvent> 215 221 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.