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

    r8600 r8806  
    105105    </Reference>
    106106    <Reference Include="System.Data" />
     107    <Reference Include="System.Drawing" />
    107108    <Reference Include="System.Xml" />
    108109  </ItemGroup>
     
    215216  -->
    216217  <PropertyGroup>
    217    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     218    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    218219set ProjectDir=$(ProjectDir)
    219220set SolutionDir=$(SolutionDir)
     
    222223call PreBuildEvent.cmd
    223224</PreBuildEvent>
    224 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     225    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    225226export ProjectDir=$(ProjectDir)
    226227export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.