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.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj

    r8600 r8806  
    9898    </Reference>
    9999    <Reference Include="System.Data" />
     100    <Reference Include="System.Drawing" />
    100101    <Reference Include="System.Xml" />
    101102  </ItemGroup>
     
    233234  -->
    234235  <PropertyGroup>
    235    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     236    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    236237set ProjectDir=$(ProjectDir)
    237238set SolutionDir=$(SolutionDir)
     
    240241call PreBuildEvent.cmd
    241242</PreBuildEvent>
    242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     243    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    243244export ProjectDir=$(ProjectDir)
    244245export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.