Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2
Files:
2 edited

Legend:

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

    r2545 r2645  
    140140  </ItemGroup>
    141141  <ItemGroup>
     142    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.3.1\WinFormsUI-2.3.1\WinFormsUI-2.3.1.csproj">
     143      <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
     144      <Name>WinFormsUI-2.3.1</Name>
     145    </ProjectReference>
    142146    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
    143147      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
     
    147151      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    148152      <Name>HeuristicLab.PluginInfrastructure</Name>
    149     </ProjectReference>
    150     <ProjectReference Include="..\..\WinFormsUI\WinFormsUI.csproj">
    151       <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
    152       <Name>WinFormsUI</Name>
    153153    </ProjectReference>
    154154  </ItemGroup>
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs

    r2591 r2645  
    2727namespace HeuristicLab.MainForm.WindowsForms {
    2828  [Plugin("HeuristicLab.MainForm.WindowsForms-3.2")]
    29   [PluginFile("HeuristicLab.MainForm.WindowsForms-3.2.dll", PluginFileType.Assembly)]
    30   [PluginFile("WeifenLuo.WinFormsUI.Docking.dll", PluginFileType.Assembly)]
     29  [PluginFile("HeuristicLab.MainForm.WindowsForms-3.2.dll", PluginFileType.Assembly)] 
    3130  [PluginDependency("HeuristicLab.MainForm-3.2")]
     31  [PluginDependency("HeuristicLab.WinFormsUI-2.3.1")]
    3232  public class HeuristicLabMainFormTestPlugin : PluginBase {
    3333  }
Note: See TracChangeset for help on using the changeset viewer.