Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/10 18:11:25 (14 years ago)
Author:
mkommend
Message:

extracted external libraries and adapted dependent plugins (ticket #837)

Location:
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLab.AdvancedOptimizationFrontend-3.2.csproj

    r2499 r2645  
    123123      <Name>HeuristicLab.Core-3.2</Name>
    124124    </ProjectReference>
    125     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
    126       <Project>{D49BBA1A-880B-46BD-82CF-3CF1AAE0B45C}</Project>
    127       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
     125    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
     126      <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
     127      <Name>WinFormsUI-2.3.1</Name>
    128128    </ProjectReference>
    129129    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    130130      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    131131      <Name>HeuristicLab.PluginInfrastructure</Name>
    132     </ProjectReference>
    133     <ProjectReference Include="..\..\WinFormsUI\WinFormsUI.csproj">
    134       <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
    135       <Name>WinFormsUI</Name>
    136132    </ProjectReference>
    137133  </ItemGroup>
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendApplication.cs

    r2591 r2645  
    3131  /// </summary>
    3232  [Application("HeuristicLab 3.2 (dockable)", "Next generation heuristic optimization environment.")]
    33   class HeuristicLabAdvancedOptimizationFrontendApplication : ApplicationBase {
     33  public class HeuristicLabAdvancedOptimizationFrontendApplication : ApplicationBase {
    3434    /// <summary>
    3535    /// Runs the application and displays the main window.
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendPlugin.cs

    r2591 r2645  
    3333  [PluginFile("HeuristicLab.AdvancedOptimizationFrontend-3.2.dll", PluginFileType.Assembly)]
    3434  [PluginDependency("HeuristicLab.Core-3.2")]
    35   [PluginDependency("HeuristicLab.MainForm.WindowsForms-3.2")]
     35  [PluginDependency("HeuristicLab.WinFormsUI-2.3.1")]
    3636  public class HeuristicLabAdvancedOptimizationFrontendPlugin : PluginBase {
    3737  }
Note: See TracChangeset for help on using the changeset viewer.