Changeset 8600 for trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj
r7910 r8600 227 227 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 228 228 <PropertyGroup> 229 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)229 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 230 230 set ProjectDir=$(ProjectDir) 231 231 set SolutionDir=$(SolutionDir) … … 233 233 234 234 call PreBuildEvent.cmd</PreBuildEvent> 235 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 236 export ProjectDir=$(ProjectDir) 237 export SolutionDir=$(SolutionDir) 238 239 $SolutionDir/PreBuildEvent.sh 240 </PreBuildEvent> 235 241 </PropertyGroup> 236 242 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.