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.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj

    r8600 r8806  
    101101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    102102    </Reference>
     103    <Reference Include="System.Drawing" />
    103104    <Reference Include="System.Xml.Linq">
    104105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    190191  -->
    191192  <PropertyGroup>
    192    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     193    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    193194set ProjectDir=$(ProjectDir)
    194195set SolutionDir=$(SolutionDir)
     
    196197call PreBuildEvent.cmd
    197198</PreBuildEvent>
    198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     199    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    199200export ProjectDir=$(ProjectDir)
    200201export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.