Free cookie consent management tool by TermsFeed Policy Generator

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

#1087: Revert accidental commit in r14124.

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3
Files:
2 edited

Legend:

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

    r14124 r14125  
    5454    <Reference Include="System.Drawing" />
    5555    <Reference Include="System.Windows.Forms" />
    56     <Reference Include="System.Windows.Forms.DataVisualization" >
    57  <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
    58  </Reference>
     56    <Reference Include="System.Windows.Forms.DataVisualization" />
    5957    <Reference Include="System.Drawing" />
    6058    <Reference Include="System.Xml.Linq" />
     
    215213</PreBuildEvent>
    216214  </PropertyGroup>
     215  <PropertyGroup>
     216    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     217set ProjectDir=$(ProjectDir)
     218set SolutionDir=$(SolutionDir)
     219set Outdir=$(Outdir)
     220
     221call PreBuildEvent.cmd</PreBuildEvent>
     222  </PropertyGroup>
    217223  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    218224       Other similar extension points exist, see Microsoft.Common.targets.
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Instances/MISCInstanceProvider.cs

    r14124 r14125  
    3333
    3434    public override string Description {
    35       get { return "Miscellaneous TestFunctions"; }
     35      get { return "Miscellaneous Testfunctions"; }
    3636    }
    3737
Note: See TracChangeset for help on using the changeset viewer.