Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/21 16:17:25 (3 years ago)
Author:
mkommend
Message:

#2521: Removed obsolete problem views (Orienteering, QAP, Scheduling).

Location:
branches/2521_ProblemRefactoring
Files:
5 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/2521_ProblemRefactoring/HeuristicLab 3.3.sln

    r17461 r17955  
    460460EndProject
    461461Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Scheduling-3.3", "HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj", "{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}"
    462 EndProject
    463 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Scheduling.Views-3.3", "HeuristicLab.Problems.Scheduling.Views\3.3\HeuristicLab.Problems.Scheduling.Views-3.3.csproj", "{78763A4E-E163-48C2-98EB-709760D06F25}"
    464462EndProject
    465463Global
     
    22452243    {2BF1D639-1A74-44ED-AAAD-41ECD395AD93}.Release|x86.ActiveCfg = Release|x86
    22462244    {2BF1D639-1A74-44ED-AAAD-41ECD395AD93}.Release|x86.Build.0 = Release|x86
    2247     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    2248     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
    2249     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.ActiveCfg = Debug|x64
    2250     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x64.Build.0 = Debug|x64
    2251     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x86.ActiveCfg = Debug|x86
    2252     {78763A4E-E163-48C2-98EB-709760D06F25}.Debug|x86.Build.0 = Debug|x86
    2253     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
    2254     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|Any CPU.Build.0 = Release|Any CPU
    2255     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.ActiveCfg = Release|x64
    2256     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x64.Build.0 = Release|x64
    2257     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.ActiveCfg = Release|x86
    2258     {78763A4E-E163-48C2-98EB-709760D06F25}.Release|x86.Build.0 = Release|x86
    22592245  EndGlobalSection
    22602246  GlobalSection(SolutionProperties) = preSolution
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/ProblemView.cs

    r17953 r17955  
    3737      set { base.Content = value; }
    3838    }
    39 
    40 
    4139
    4240    /// <summary>
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering.Views/3.3/HeuristicLab.Problems.Orienteering.Views-3.3.csproj

    r17953 r17955  
    113113    <Compile Include="OrienteeringProblemDataView.Designer.cs">
    114114      <DependentUpon>OrienteeringProblemDataView.cs</DependentUpon>
    115     </Compile>
    116     <Compile Include="OrienteeringProblemView.cs" />
    117     <Compile Include="OrienteeringProblemView.Designer.cs">
    118       <DependentUpon>OrienteeringProblemView.cs</DependentUpon>
    119115    </Compile>
    120116    <Compile Include="OrienteeringSolutionView.cs">
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj

    r17953 r17955  
    130130    <Compile Include="QAPVisualizationControl.Designer.cs">
    131131      <DependentUpon>QAPVisualizationControl.cs</DependentUpon>
    132     </Compile>
    133     <Compile Include="QuadraticAssignmentProblemView.cs" />
    134     <Compile Include="QuadraticAssignmentProblemView.Designer.cs">
    135       <DependentUpon>QuadraticAssignmentProblemView.cs</DependentUpon>
    136132    </Compile>
    137133    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.