Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/12 14:50:32 (12 years ago)
Author:
mkommend
Message:

#1939: Adapted trunk to use new DockPanelSuite.

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

Legend:

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

    r8600 r8617  
    113113    <Reference Include="System.Data" />
    114114    <Reference Include="System.Xml" />
    115     <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    116       <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath>
    117       <Private>False</Private>
     115    <Reference Include="WeifenLuo.WinFormsUI.Docking-2.7.0, Version=2.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     116      <HintPath>..\..\bin\WeifenLuo.WinFormsUI.Docking-2.7.0.dll</HintPath>
    118117    </Reference>
    119118  </ItemGroup>
     
    263262  -->
    264263  <PropertyGroup>
    265    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     264    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    266265set ProjectDir=$(ProjectDir)
    267266set SolutionDir=$(SolutionDir)
     
    270269call PreBuildEvent.cmd
    271270</PreBuildEvent>
    272 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     271    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    273272export ProjectDir=$(ProjectDir)
    274273export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Plugin.cs.frame

    r8246 r8617  
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3232  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    33   [PluginDependency("HeuristicLab.WinFormsUI", "2.3.1")]
     33  [PluginDependency("HeuristicLab.WinFormsUI", "2.7")]
    3434  public class HeuristicLabMainFormPlugin : PluginBase {
    3535  }
Note: See TracChangeset for help on using the changeset viewer.