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

    r8600 r8806  
    9797      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    9898    </Reference>
     99    <Reference Include="System.Drawing" />
    99100    <Reference Include="System.Xml.Linq">
    100101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    219220  -->
    220221  <PropertyGroup>
    221    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     222    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    222223set ProjectDir=$(ProjectDir)
    223224set SolutionDir=$(SolutionDir)
     
    226227call PreBuildEvent.cmd
    227228</PreBuildEvent>
    228 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     229    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    229230export ProjectDir=$(ProjectDir)
    230231export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.