Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14126


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

#1087: Removed duplicate PreBuildEvent in the project file

File:
1 edited

Legend:

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

    r14125 r14126  
    5454    <Reference Include="System.Drawing" />
    5555    <Reference Include="System.Windows.Forms" />
    56     <Reference Include="System.Windows.Forms.DataVisualization" />
    57     <Reference Include="System.Drawing" />
     56    <Reference Include="System.Windows.Forms.DataVisualization">
     57      <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
     58    </Reference>
    5859    <Reference Include="System.Xml.Linq" />
    5960    <Reference Include="System.Data.DataSetExtensions" />
     
    213214</PreBuildEvent>
    214215  </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>
    223216  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    224217       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.