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.

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.