Changeset 8806 for trunk/sources/HeuristicLab.Algorithms.GradientDescent
- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj ¶
r8600 r8806 108 108 <Reference Include="System" /> 109 109 <Reference Include="System.Core" /> 110 <Reference Include="System.Drawing" /> 110 111 </ItemGroup> 111 112 <ItemGroup> … … 193 194 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 194 195 <PropertyGroup> 195 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)196 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 196 197 set ProjectDir=$(ProjectDir) 197 198 set SolutionDir=$(SolutionDir) … … 200 201 call PreBuildEvent.cmd 201 202 </PreBuildEvent> 202 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">203 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 203 204 export ProjectDir=$(ProjectDir) 204 205 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.