Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8617


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

#1939: Adapted trunk to use new DockPanelSuite.

Location:
trunk/sources
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs.sln

    r8607 r8617  
    5151Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.LibSVM-3.12", "HeuristicLab.ExtLibs\HeuristicLab.LibSVM\3.12\HeuristicLab.LibSVM-3.12\HeuristicLab.LibSVM-3.12.csproj", "{005C27BE-ED6E-4602-8199-5F9EB7591CEB}"
    5252EndProject
     53Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsUI-2.7.0", "HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.7.0\WinFormsUI-2.7.0\WinFormsUI-2.7.0.csproj", "{EAF5F178-406C-4844-B1DC-D3AAF3992FDF}"
     54EndProject
     55Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.WinFormsUI-2.7.0", "HeuristicLab.ExtLibs\HeuristicLab.WinFormsUI\2.7.0\HeuristicLab.WinFormsUI-2.7.0\HeuristicLab.WinFormsUI-2.7.0.csproj", "{3A32A015-9BF9-4EEB-AE80-C5E2B654B860}"
     56EndProject
    5357Global
     58  GlobalSection(SubversionScc) = preSolution
     59    Svn-Managed = True
     60    Manager = AnkhSVN - Subversion Support for Visual Studio
     61  EndGlobalSection
    5462  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    5563    Debug|Any CPU = Debug|Any CPU
     
    325333    {005C27BE-ED6E-4602-8199-5F9EB7591CEB}.Release|x86.ActiveCfg = Release|x86
    326334    {005C27BE-ED6E-4602-8199-5F9EB7591CEB}.Release|x86.Build.0 = Release|x86
     335    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     336    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
     337    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|x64.ActiveCfg = Debug|x64
     338    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|x64.Build.0 = Debug|x64
     339    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|x86.ActiveCfg = Debug|x86
     340    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Debug|x86.Build.0 = Debug|x86
     341    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
     342    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|Any CPU.Build.0 = Release|Any CPU
     343    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|x64.ActiveCfg = Release|x64
     344    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|x64.Build.0 = Release|x64
     345    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|x86.ActiveCfg = Release|x86
     346    {EAF5F178-406C-4844-B1DC-D3AAF3992FDF}.Release|x86.Build.0 = Release|x86
     347    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     348    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|Any CPU.Build.0 = Debug|Any CPU
     349    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|x64.ActiveCfg = Debug|x64
     350    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|x64.Build.0 = Debug|x64
     351    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|x86.ActiveCfg = Debug|x86
     352    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Debug|x86.Build.0 = Debug|x86
     353    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|Any CPU.ActiveCfg = Release|Any CPU
     354    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|Any CPU.Build.0 = Release|Any CPU
     355    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|x64.ActiveCfg = Release|x64
     356    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|x64.Build.0 = Release|x64
     357    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|x86.ActiveCfg = Release|x86
     358    {3A32A015-9BF9-4EEB-AE80-C5E2B654B860}.Release|x86.Build.0 = Release|x86
    327359  EndGlobalSection
    328360  GlobalSection(SolutionProperties) = preSolution
    329361    HideSolutionNode = FALSE
    330362  EndGlobalSection
    331   GlobalSection(SubversionScc) = preSolution
    332     Svn-Managed = True
    333     Manager = AnkhSVN - Subversion Support for Visual Studio
    334   EndGlobalSection
    335363EndGlobal
  • 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  }
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r8600 r8617  
    115115    <Reference Include="System.Data" />
    116116    <Reference Include="System.Xml" />
    117     <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    118       <Private>False</Private>
    119     </Reference>
    120117  </ItemGroup>
    121118  <ItemGroup>
     
    398395  -->
    399396  <PropertyGroup>
    400    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     397    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    401398set ProjectDir=$(ProjectDir)
    402399set SolutionDir=$(SolutionDir)
     
    405402call PreBuildEvent.cmd
    406403</PreBuildEvent>
    407 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     404    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    408405export ProjectDir=$(ProjectDir)
    409406export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.