Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/09 14:03:33 (15 years ago)
Author:
gkronber
Message:

Added up to date source of Weifen Luo dock panel suit in a separate project (and added strong name key). Removed binary versions of Weifen Luo dock panel suite and references to it. #687 (Update AdvancedOptimizationFrontend to use more recent version of Weifen Luo Docking library)

Location:
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend
Files:
4 deleted
4 edited

Legend:

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

    r1534 r2134  
    7474    <Reference Include="System.Windows.Forms" />
    7575    <Reference Include="System.Xml" />
    76     <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.2.2864.18696, Culture=neutral, PublicKeyToken=d481317c817cec47, processorArchitecture=MSIL" />
    7776  </ItemGroup>
    7877  <ItemGroup>
     
    125124      <Name>HeuristicLab.PluginInfrastructure</Name>
    126125    </ProjectReference>
     126    <ProjectReference Include="..\..\WinFormsUI\WinFormsUI.csproj">
     127      <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
     128      <Name>WinFormsUI</Name>
     129    </ProjectReference>
    127130  </ItemGroup>
    128131  <ItemGroup>
     
    138141    <Content Include="Resources\SaveAll.png" />
    139142    <Content Include="Resources\Tools.ico" />
    140     <Content Include="WeifenLuo.WinFormsUI.Docking License.txt" />
    141     <Content Include="WeifenLuo.WinFormsUI.Docking.dll" />
    142143  </ItemGroup>
    143144  <ItemGroup>
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendPlugin.cs

    r1529 r2134  
    3232  [ClassInfo(Name = "HeuristicLab.AdvancedOptimizationFrontend-3.2")]
    3333  [PluginFile(Filename = "HeuristicLab.AdvancedOptimizationFrontend-3.2.dll", Filetype = PluginFileType.Assembly)]
    34   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Assembly)]
    35   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking License.txt", Filetype = PluginFileType.License)]
    3634  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
    3735  public class HeuristicLabAdvancedOptimizationFrontendPlugin : PluginBase {
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/HeuristicLab.AdvancedOptimizationFrontend-3.3.csproj

    r1676 r2134  
    7777    <Reference Include="System.Windows.Forms" />
    7878    <Reference Include="System.Xml" />
    79     <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.2.2864.18696, Culture=neutral, PublicKeyToken=d481317c817cec47, processorArchitecture=MSIL" />
    8079  </ItemGroup>
    8180  <ItemGroup>
     
    128127      <Name>HeuristicLab.PluginInfrastructure</Name>
    129128    </ProjectReference>
     129    <ProjectReference Include="..\..\WinFormsUI\WinFormsUI.csproj">
     130      <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
     131      <Name>WinFormsUI</Name>
     132    </ProjectReference>
    130133  </ItemGroup>
    131134  <ItemGroup>
     
    141144    <Content Include="Resources\SaveAll.png" />
    142145    <Content Include="Resources\Tools.ico" />
    143     <Content Include="WeifenLuo.WinFormsUI.Docking License.txt" />
    144     <Content Include="WeifenLuo.WinFormsUI.Docking.dll" />
    145146  </ItemGroup>
    146147  <ItemGroup>
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.3/HeuristicLabAdvancedOptimizationFrontendPlugin.cs

    r1676 r2134  
    3232  [ClassInfo(Name = "HeuristicLab.AdvancedOptimizationFrontend-3.3")]
    3333  [PluginFile(Filename = "HeuristicLab.AdvancedOptimizationFrontend-3.3.dll", Filetype = PluginFileType.Assembly)]
    34   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Assembly)]
    35   [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking License.txt", Filetype = PluginFileType.License)]
    3634  [Dependency(Dependency = "HeuristicLab.Core-3.3")]
    3735  public class HeuristicLabAdvancedOptimizationFrontendPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.