Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3271 for trunk/sources


Ignore:
Timestamp:
04/05/10 23:40:44 (14 years ago)
Author:
swagner
Message:

Removed problem views which do not contain any additional functionality (#960).

Location:
trunk/sources
Files:
8 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt.Views/3.3/HeuristicLab.Problems.ArtificialAnt.Views-3.3.csproj

    r3242 r3271  
    8888      <DependentUpon>AntTrailView.cs</DependentUpon>
    8989    </Compile>
    90     <Compile Include="ArtificialAntProblemView.cs">
    91       <SubType>UserControl</SubType>
    92     </Compile>
    93     <Compile Include="ArtificialAntProblemView.Designer.cs">
    94       <DependentUpon>ArtificialAntProblemView.cs</DependentUpon>
    95     </Compile>
    9690    <Compile Include="HeuristicLabProblemsArtificialAntViewsPlugin.cs" />
    9791    <Compile Include="Properties\AssemblyInfo.cs" />
  • trunk/sources/HeuristicLab.Problems.Knapsack.Views/3.3/HeuristicLab.Problems.Knapsack.Views-3.3.csproj

    r3166 r3271  
    8383  <ItemGroup>
    8484    <Compile Include="HeuristicLabProblemsKnapsackViewsPlugin.cs" />
    85     <Compile Include="KnapsackProblemView.cs">
    86       <SubType>UserControl</SubType>
    87     </Compile>
    88     <Compile Include="KnapsackProblemView.Designer.cs">
    89       <DependentUpon>KnapsackProblemView.cs</DependentUpon>
    90     </Compile>
    9185    <Compile Include="Properties\AssemblyInfo.cs" />
    9286  </ItemGroup>
  • trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/HeuristicLab.Problems.OneMax.Views-3.3.csproj

    r3165 r3271  
    8787  </ItemGroup>
    8888  <ItemGroup>
    89     <Compile Include="OneMaxProblemView.cs">
    90       <SubType>UserControl</SubType>
    91     </Compile>
    92     <Compile Include="OneMaxProblemView.Designer.cs">
    93       <DependentUpon>OneMaxProblemView.cs</DependentUpon>
    94     </Compile>
    9589    <Compile Include="Properties\AssemblyInfo.cs" />
    9690    <Compile Include="HeuristicLabProblemsOneMaxViewsPlugin.cs" />
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj

    r3170 r3271  
    8686  <ItemGroup>
    8787    <Compile Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs" />
    88     <Compile Include="SingleObjectiveTestFunctionProblemView.cs">
    89       <SubType>UserControl</SubType>
    90     </Compile>
    91     <Compile Include="SingleObjectiveTestFunctionProblemView.Designer.cs">
    92       <DependentUpon>SingleObjectiveTestFunctionProblemView.cs</DependentUpon>
    93     </Compile>
    9488    <None Include="HeuristicLab.snk" />
    9589    <None Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.