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