- Timestamp:
- 09/07/12 16:26:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj
r8295 r8600 147 147 --> 148 148 <PropertyGroup> 149 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)149 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 150 150 set ProjectDir=$(ProjectDir) 151 151 set SolutionDir=$(SolutionDir) … … 154 154 call PreBuildEvent.cmd 155 155 </PreBuildEvent> 156 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 157 export ProjectDir=$(ProjectDir) 158 export SolutionDir=$(SolutionDir) 159 160 $SolutionDir/PreBuildEvent.sh 161 </PreBuildEvent> 156 162 </PropertyGroup> 157 163 </Project>
Note: See TracChangeset
for help on using the changeset viewer.