Changeset 8600 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r7636 r8600 192 192 --> 193 193 <PropertyGroup> 194 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)194 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 195 195 set ProjectDir=$(ProjectDir) 196 196 set SolutionDir=$(SolutionDir) … … 199 199 call PreBuildEvent.cmd 200 200 </PreBuildEvent> 201 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 202 export ProjectDir=$(ProjectDir) 203 export SolutionDir=$(SolutionDir) 204 205 $SolutionDir/PreBuildEvent.sh 206 </PreBuildEvent> 201 207 </PropertyGroup> 202 208 </Project>
Note: See TracChangeset
for help on using the changeset viewer.