Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/12 13:06:06 (12 years ago)
Author:
ascheibe
Message:

#1890 added System.Drawing references so that HL compiles with Visual Studio 2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj

    r8600 r8806  
    108108    <Reference Include="System" />
    109109    <Reference Include="System.Core" />
     110    <Reference Include="System.Drawing" />
    110111  </ItemGroup>
    111112  <ItemGroup>
     
    193194  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    194195  <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)
    196197set ProjectDir=$(ProjectDir)
    197198set SolutionDir=$(SolutionDir)
     
    200201call PreBuildEvent.cmd
    201202</PreBuildEvent>
    202 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     203    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    203204export ProjectDir=$(ProjectDir)
    204205export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.