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

    r8600 r8806  
    9696      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9797    </Reference>
     98    <Reference Include="System.Drawing" />
    9899    <Reference Include="System.Xml.Linq">
    99100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    209210  -->
    210211  <PropertyGroup>
    211    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     212    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    212213set ProjectDir=$(ProjectDir)
    213214set SolutionDir=$(SolutionDir)
     
    215216
    216217call PreBuildEvent.cmd</PreBuildEvent>
    217 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     218    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    218219export ProjectDir=$(ProjectDir)
    219220export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.