Changeset 8600 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 09/07/12 16:26:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r8334 r8600 230 230 --> 231 231 <PropertyGroup> 232 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)232 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 233 233 set ProjectDir=$(ProjectDir) 234 234 set SolutionDir=$(SolutionDir) … … 237 237 call PreBuildEvent.cmd 238 238 </PreBuildEvent> 239 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 240 export ProjectDir=$(ProjectDir) 241 export SolutionDir=$(SolutionDir) 242 243 $SolutionDir/PreBuildEvent.sh 244 </PreBuildEvent> 239 245 </PropertyGroup> 240 246 </Project>
Note: See TracChangeset
for help on using the changeset viewer.