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

    r8600 r8806  
    105105    <Reference Include="System.Core" />
    106106    <Reference Include="System.Data" />
     107    <Reference Include="System.Drawing" />
    107108  </ItemGroup>
    108109  <ItemGroup>
     
    196197  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    197198  <PropertyGroup>
    198    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     199    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    199200set ProjectDir=$(ProjectDir)
    200201set SolutionDir=$(SolutionDir)
     
    203204call PreBuildEvent.cmd
    204205</PreBuildEvent>
    205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     206    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    206207export ProjectDir=$(ProjectDir)
    207208export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.