Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 20:38:26 (12 years ago)
Author:
gkronber
Message:

#1329:

  • updated copy-right year
  • trimmed assembly and plugin references
  • removed x86 and x64 build configurations
Location:
branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3
Files:
7 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        33bin
        44obj
         5*.user
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r7117 r8603  
    3434    <Reference Include="HeuristicLab.Collections-3.3">
    3535      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     36      <Private>False</Private>
    3637    </Reference>
    3738    <Reference Include="HeuristicLab.Common-3.3">
    3839      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    39     </Reference>
    40     <Reference Include="HeuristicLab.Common.Resources-3.3">
    41       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     40      <Private>False</Private>
    4241    </Reference>
    4342    <Reference Include="HeuristicLab.Core-3.3">
    4443      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     44      <Private>False</Private>
    4545    </Reference>
    4646    <Reference Include="HeuristicLab.Core.Views-3.3">
    4747      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    48     </Reference>
    49     <Reference Include="HeuristicLab.Data-3.3">
    50       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     48      <Private>False</Private>
    5149    </Reference>
    5250    <Reference Include="HeuristicLab.MainForm-3.3">
    5351      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     52      <Private>False</Private>
    5453    </Reference>
    5554    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    5655      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    57     </Reference>
    58     <Reference Include="HeuristicLab.Operators-3.3">
    59       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     56      <Private>False</Private>
    6057    </Reference>
    6158    <Reference Include="HeuristicLab.Optimization-3.3">
    6259      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     60      <Private>False</Private>
    6361    </Reference>
    6462    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    6563      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     64      <Private>False</Private>
    6665    </Reference>
    6766    <Reference Include="System" />
     
    6968    <Reference Include="System.Drawing" />
    7069    <Reference Include="System.Windows.Forms" />
    71     <Reference Include="System.Windows.Forms.DataVisualization" />
    72     <Reference Include="System.Xml.Linq" />
    73     <Reference Include="System.Data.DataSetExtensions" />
    74     <Reference Include="System.Data" />
    75     <Reference Include="System.Xml" />
    7670  </ItemGroup>
    7771  <ItemGroup>
     
    10094      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
    10195      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
     96      <Private>False</Private>
    10297    </ProjectReference>
    10398    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
    10499      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    105100      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
     101      <Private>False</Private>
    106102    </ProjectReference>
    107103    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
    108104      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
    109105      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
     106      <Private>False</Private>
    110107    </ProjectReference>
    111108  </ItemGroup>
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs

    r6482 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs.frame

    r8082 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.frame

    r6121 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    3131[assembly: AssemblyCompany("")]
    3232[assembly: AssemblyProduct("HeuristicLab")]
    33 [assembly: AssemblyCopyright("(c) 2002-2011 HEAL")]
     33[assembly: AssemblyCopyright("(c) 2002-2012 HEAL")]
    3434[assembly: AssemblyTrademark("")]
    3535[assembly: AssemblyCulture("")]
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.Designer.cs

    r6121 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.cs

    r6121 r8603  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2424using System.Text;
    2525using System.Windows.Forms;
    26 using HeuristicLab.Data;
    2726
    2827namespace HeuristicLab.Problems.Scheduling.Views {
Note: See TracChangeset for help on using the changeset viewer.