Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/16 13:15:54 (8 years ago)
Author:
bburlacu
Message:

#1087: Fix PreBuildEvent for Linux in project file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r14121 r14124  
    5454    <Reference Include="System.Drawing" />
    5555    <Reference Include="System.Windows.Forms" />
    56     <Reference Include="System.Windows.Forms.DataVisualization" />
     56    <Reference Include="System.Windows.Forms.DataVisualization" >
     57 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
     58 </Reference>
    5759    <Reference Include="System.Drawing" />
    5860    <Reference Include="System.Xml.Linq" />
     
    213215</PreBuildEvent>
    214216  </PropertyGroup>
    215   <PropertyGroup>
    216     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    217 set ProjectDir=$(ProjectDir)
    218 set SolutionDir=$(SolutionDir)
    219 set Outdir=$(Outdir)
    220 
    221 call PreBuildEvent.cmd</PreBuildEvent>
    222   </PropertyGroup>
    223217  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    224218       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.