- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess-3.3.csproj
r7155 r8600 177 177 --> 178 178 <PropertyGroup> 179 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)179 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 180 180 set ProjectDir=$(ProjectDir) 181 181 set SolutionDir=$(SolutionDir) … … 184 184 call PreBuildEvent.cmd 185 185 </PreBuildEvent> 186 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 187 export ProjectDir=$(ProjectDir) 188 export SolutionDir=$(SolutionDir) 189 190 $SolutionDir/PreBuildEvent.sh 191 </PreBuildEvent> 186 192 </PropertyGroup> 187 193 </Project>
Note: See TracChangeset
for help on using the changeset viewer.