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.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.