Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/11 11:23:43 (13 years ago)
Author:
jhelm
Message:

#1329: Did some minor refactoring.

Location:
branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3
Files:
4 edited

Legend:

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

    r6294 r6364  
    6262  </ItemGroup>
    6363  <ItemGroup>
    64     <Compile Include="GanttChart.cs">
    65       <SubType>UserControl</SubType>
    66     </Compile>
    67     <Compile Include="GanttChart.Designer.cs">
    68       <DependentUpon>GanttChart.cs</DependentUpon>
    69     </Compile>
    7064    <Compile Include="JobShopSchedulingProblemView.cs">
    7165      <SubType>UserControl</SubType>
     
    7670    <Compile Include="Plugin.cs" />
    7771    <Compile Include="Properties\AssemblyInfo.cs" />
    78     <Compile Include="ScheduleView.cs">
    79       <SubType>UserControl</SubType>
    80     </Compile>
    81     <Compile Include="ScheduleView.Designer.cs">
    82       <DependentUpon>ScheduleView.cs</DependentUpon>
    83     </Compile>
    8472    <Compile Include="SchedulingProblemImportDialog.cs">
    8573      <SubType>Form</SubType>
     
    126114      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    127115      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     116    </ProjectReference>
     117    <ProjectReference Include="..\..\HeuristicLab.Encodings.SchedulingEncoding.Views\3.3\HeuristicLab.Encodings.SchedulingEncoding.Views-3.3.csproj">
     118      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
     119      <Name>HeuristicLab.Encodings.SchedulingEncoding.Views-3.3</Name>
    128120    </ProjectReference>
    129121    <ProjectReference Include="..\..\HeuristicLab.Encodings.SchedulingEncoding\3.3\HeuristicLab.Encodings.SchedulingEncoding-3.3.csproj">
     
    181173  </ItemGroup>
    182174  <ItemGroup>
    183     <EmbeddedResource Include="GanttChart.resx">
    184       <DependentUpon>GanttChart.cs</DependentUpon>
    185     </EmbeddedResource>
    186175    <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
    187176      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
    188     </EmbeddedResource>
    189     <EmbeddedResource Include="ScheduleView.resx">
    190       <DependentUpon>ScheduleView.cs</DependentUpon>
    191177    </EmbeddedResource>
    192178    <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r6260 r6364  
    1 namespace HeuristicLab.Problems.Scheduling.Views {
     1using HeuristicLab.Encodings.SchedulingEncoding.Views;
     2namespace HeuristicLab.Problems.Scheduling.Views {
    23  partial class JobShopSchedulingProblemView {
    34    /// <summary>
     
    2930      this.tabPage1 = new System.Windows.Forms.TabPage();
    3031      this.tabPage2 = new System.Windows.Forms.TabPage();
    31       this.ganttChart = new HeuristicLab.Problems.Scheduling.Views.GanttChart();
     32      this.ganttChart = new GanttChart();
    3233      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    3334      this.tabControl1.SuspendLayout();
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs

    r6294 r6364  
    2323
    2424namespace HeuristicLab.Problems.Scheduling.Views {
    25   [Plugin("HeuristicLab.Problems.Scheduling.Views", "3.3.3.6266")]
     25  [Plugin("HeuristicLab.Problems.Scheduling.Views", "3.3.3.6294")]
    2626  [PluginFile("HeuristicLab.Problems.Scheduling.Views-3.3.dll", PluginFileType.Assembly)]
    2727  public class HeuristicLabProblemsSchedulingViewsPlugin : PluginBase {
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs

    r6294 r6364  
    5353// by using the '*' as shown below:
    5454[assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.0.6266")]
     55[assembly: AssemblyFileVersion("3.3.0.6294")]
Note: See TracChangeset for help on using the changeset viewer.