Changeset 8600 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/HeuristicLab.Parameters-3.3.csproj
r6866 r8600 191 191 --> 192 192 <PropertyGroup> 193 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)193 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 194 194 set ProjectDir=$(ProjectDir) 195 195 set SolutionDir=$(SolutionDir) … … 198 198 call PreBuildEvent.cmd 199 199 </PreBuildEvent> 200 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 201 export ProjectDir=$(ProjectDir) 202 export SolutionDir=$(SolutionDir) 203 204 $SolutionDir/PreBuildEvent.sh 205 </PreBuildEvent> 200 206 </PropertyGroup> 201 207 </Project>
Note: See TracChangeset
for help on using the changeset viewer.