Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/13/15 13:15:03 (9 years ago)
Author:
ascheibe
Message:

#2158 merged r11555,r11557,r11592,r11736 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj

    r8600 r11748  
    147147      <DependentUpon>LogView.cs</DependentUpon>
    148148    </Compile>
     149    <Compile Include="NestingLevelErrorControl.cs">
     150      <SubType>UserControl</SubType>
     151    </Compile>
     152    <Compile Include="NestingLevelErrorControl.Designer.cs">
     153      <DependentUpon>NestingLevelErrorControl.cs</DependentUpon>
     154    </Compile>
    149155    <Compile Include="Plugin.cs" />
    150156    <Compile Include="VariableValueView.cs">
     
    378384  -->
    379385  <PropertyGroup>
    380    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     386    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    381387set ProjectDir=$(ProjectDir)
    382388set SolutionDir=$(SolutionDir)
     
    385391call PreBuildEvent.cmd
    386392</PreBuildEvent>
    387 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     393    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    388394export ProjectDir=$(ProjectDir)
    389395export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.