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

    r8600 r8806  
    104104    </Reference>
    105105    <Reference Include="System.Data" />
     106    <Reference Include="System.Drawing" />
    106107    <Reference Include="System.Xml" />
    107108  </ItemGroup>
     
    264265  -->
    265266  <PropertyGroup>
    266    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     267    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    267268set ProjectDir=$(ProjectDir)
    268269set SolutionDir=$(SolutionDir)
     
    271272call PreBuildEvent.cmd
    272273</PreBuildEvent>
    273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     274    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    274275export ProjectDir=$(ProjectDir)
    275276export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.