Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/10/11 16:18:44 (13 years ago)
Author:
jhelm
Message:

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

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

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3HeuristicLab.Problems.Scheduling.Views-3.3.csproj.user
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r6364 r6406  
    115115      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    116116    </ProjectReference>
    117     <ProjectReference Include="..\..\HeuristicLab.Encodings.SchedulingEncoding.Views\3.3\HeuristicLab.Encodings.SchedulingEncoding.Views-3.3.csproj">
     117    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
    118118      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
    119       <Name>HeuristicLab.Encodings.SchedulingEncoding.Views-3.3</Name>
     119      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
    120120    </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.Encodings.SchedulingEncoding\3.3\HeuristicLab.Encodings.SchedulingEncoding-3.3.csproj">
     121    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
    122122      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    123       <Name>HeuristicLab.Encodings.SchedulingEncoding-3.3</Name>
     123      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
    124124    </ProjectReference>
    125125    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r6364 r6406  
    1 using HeuristicLab.Encodings.SchedulingEncoding.Views;
     1using HeuristicLab.Encodings.ScheduleEncoding.Views;
    22namespace HeuristicLab.Problems.Scheduling.Views {
    33  partial class JobShopSchedulingProblemView {
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs

    r6364 r6406  
    2323
    2424namespace HeuristicLab.Problems.Scheduling.Views {
    25   [Plugin("HeuristicLab.Problems.Scheduling.Views", "3.3.3.6294")]
     25  [Plugin("HeuristicLab.Problems.Scheduling.Views", "3.3.3.6364")]
    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

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