- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj
r6866 r8600 197 197 --> 198 198 <PropertyGroup> 199 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 200 200 set ProjectDir=$(ProjectDir) 201 201 set SolutionDir=$(SolutionDir) … … 204 204 call PreBuildEvent.cmd 205 205 </PreBuildEvent> 206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 207 export ProjectDir=$(ProjectDir) 208 export SolutionDir=$(SolutionDir) 209 210 $SolutionDir/PreBuildEvent.sh 211 </PreBuildEvent> 206 212 </PropertyGroup> 207 213 </Project>
Note: See TracChangeset
for help on using the changeset viewer.