- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r8185 r8600 233 233 --> 234 234 <PropertyGroup> 235 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)235 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 236 236 set ProjectDir=$(ProjectDir) 237 237 set SolutionDir=$(SolutionDir) … … 240 240 call PreBuildEvent.cmd 241 241 </PreBuildEvent> 242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 243 export ProjectDir=$(ProjectDir) 244 export SolutionDir=$(SolutionDir) 245 246 $SolutionDir/PreBuildEvent.sh 247 </PreBuildEvent> 242 248 </PropertyGroup> 243 249 </Project>
Note: See TracChangeset
for help on using the changeset viewer.