Changeset 8600 for trunk/sources/HeuristicLab.Services.Hive.DataAccess
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj
r6983 r8600 156 156 </PropertyGroup> 157 157 <PropertyGroup> 158 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)158 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 159 159 set ProjectDir=$(ProjectDir) 160 160 set SolutionDir=$(SolutionDir) … … 162 162 163 163 call PreBuildEvent.cmd</PreBuildEvent> 164 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 165 export ProjectDir=$(ProjectDir) 166 export SolutionDir=$(SolutionDir) 167 168 $SolutionDir/PreBuildEvent.sh 169 </PreBuildEvent> 164 170 </PropertyGroup> 165 171 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.