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

    r8600 r8806  
    107107    </Reference>
    108108    <Reference Include="System.Data" />
     109    <Reference Include="System.Drawing" />
    109110    <Reference Include="System.Xml" />
    110111  </ItemGroup>
     
    197198  -->
    198199  <PropertyGroup>
    199    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     200    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    200201set ProjectDir=$(ProjectDir)
    201202set SolutionDir=$(SolutionDir)
     
    204205call PreBuildEvent.cmd
    205206</PreBuildEvent>
    206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     207    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    207208export ProjectDir=$(ProjectDir)
    208209export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.