Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14066


Ignore:
Timestamp:
07/14/16 11:31:38 (8 years ago)
Author:
mkommend
Message:

#1087: Forgot to commit the project file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3.csproj

    r14030 r14066  
    154154    <Compile Include="Analyzers\GenerationalDistanceAnalyzer.cs" />
    155155    <Compile Include="Analyzers\SpacingAnalyzer.cs" />
    156     <Compile Include="Data\IHRInstanceProvider.cs" />
     156    <Compile Include="Instances\IHRInstanceProvider.cs" />
    157157    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
    158158    <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
     
    163163    <Compile Include="Calculators\GenerationalDistance.cs" />
    164164    <Compile Include="Calculators\Utilities.cs" />
    165     <Compile Include="Data\MISCInstanceProvider.cs" />
    166     <Compile Include="Data\ZDTInstanceProvider.cs" />
    167     <Compile Include="Data\MOTFData.cs" />
    168     <Compile Include="Data\MOTFDataDescriptor.cs" />
    169     <Compile Include="Data\DTLZInstanceProvider.cs" />
     165    <Compile Include="Instances\MISCInstanceProvider.cs" />
     166    <Compile Include="Instances\ZDTInstanceProvider.cs" />
     167    <Compile Include="Instances\MOTFData.cs" />
     168    <Compile Include="Instances\MOTFDataDescriptor.cs" />
     169    <Compile Include="Instances\DTLZInstanceProvider.cs" />
    170170    <Compile Include="Interfaces\IMOFrontModel.cs" />
    171171    <Compile Include="Testfunctions\CIGTAB.cs" />
Note: See TracChangeset for help on using the changeset viewer.