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

    r8600 r8806  
    105105    <Reference Include="System" />
    106106    <Reference Include="System.Core" />
     107    <Reference Include="System.Drawing" />
    107108  </ItemGroup>
    108109  <ItemGroup>
     
    180181  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    181182  <PropertyGroup>
    182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     183    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183184set ProjectDir=$(ProjectDir)
    184185set SolutionDir=$(SolutionDir)
     
    187188call PreBuildEvent.cmd
    188189</PreBuildEvent>
    189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    190191export ProjectDir=$(ProjectDir)
    191192export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.