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.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj

    r8600 r8806  
    7878    <Reference Include="System" />
    7979    <Reference Include="System.Core" />
     80    <Reference Include="System.Drawing" />
    8081    <Reference Include="System.Xml.Linq" />
    8182    <Reference Include="System.Data.DataSetExtensions" />
     
    166167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    167168  <PropertyGroup>
    168    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     169    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    169170set ProjectDir=$(ProjectDir)
    170171set SolutionDir=$(SolutionDir)
     
    173174call PreBuildEvent.cmd
    174175</PreBuildEvent>
    175 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     176    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    176177export ProjectDir=$(ProjectDir)
    177178export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.