Changeset 8772 for trunk/sources/HeuristicLab.Encodings.ScheduleEncoding
- Timestamp:
- 10/09/12 16:55:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj
r8759 r8772 213 213 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 214 214 <PropertyGroup> 215 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)215 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 216 216 set ProjectDir=$(ProjectDir) 217 217 set SolutionDir=$(SolutionDir) … … 219 219 220 220 call PreBuildEvent.cmd 221 </PreBuildEvent> 222 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 223 export ProjectDir=$(ProjectDir) 224 export SolutionDir=$(SolutionDir) 225 226 $SolutionDir/PreBuildEvent.sh 221 227 </PreBuildEvent> 222 228 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.