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

    r8642 r8806  
    8181    <Reference Include="System.Core" />
    8282    <Reference Include="System.Data" />
     83    <Reference Include="System.Drawing" />
    8384    <Reference Include="System.Xml" />
    8485  </ItemGroup>
     
    176177  -->
    177178  <PropertyGroup>
    178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     179    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    179180set ProjectDir=$(ProjectDir)
    180181set SolutionDir=$(SolutionDir)
     
    183184call PreBuildEvent.cmd
    184185</PreBuildEvent>
    185 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     186    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    186187export ProjectDir=$(ProjectDir)
    187188export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.