Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11859


Ignore:
Timestamp:
02/02/15 15:07:54 (9 years ago)
Author:
ascheibe
Message:

#2279 merged r11608 and r11610 into stable branch

Location:
stable
Files:
2 deleted
6 edited
3 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Analysis

  • stable/HeuristicLab.Analysis.Views

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

    r8907 r11859  
    209209      <DependentUpon>DataTableView.cs</DependentUpon>
    210210    </Compile>
     211  <Compile Include="HistogramControl.cs">
     212      <SubType>UserControl</SubType>
     213    </Compile>
     214    <Compile Include="HistogramControl.Designer.cs">
     215      <DependentUpon>HistogramControl.cs</DependentUpon>
     216    </Compile>
    211217  </ItemGroup>
    212218  <ItemGroup>
  • stable/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r9288 r11859  
    153153    <Compile Include="QualityAnalysis\QualityDistributionAnalyzer.cs" />
    154154    <Compile Include="QualityAnalysis\ScaledQualityDifferenceAnalyzer.cs" />
     155    <Compile Include="Statistics\NormalDistribution.cs" />
    155156    <Compile Include="ValueAnalysis\SingleValueAnalyzer.cs" />
    156157    <Compile Include="ValueAnalysis\MinAverageMaxValueAnalyzer.cs" />
     
    236237    </BootstrapperPackage>
    237238  </ItemGroup>
     239  <ItemGroup />
    238240  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    239241  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    245247  -->
    246248  <PropertyGroup>
    247    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     249    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    248250set ProjectDir=$(ProjectDir)
    249251set SolutionDir=$(SolutionDir)
     
    252254call PreBuildEvent.cmd
    253255</PreBuildEvent>
    254 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     256    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    255257export ProjectDir=$(ProjectDir)
    256258export SolutionDir=$(SolutionDir)
  • stable/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj

    r9532 r11859  
    127127      <DependentUpon>GanttChart.cs</DependentUpon>
    128128    </Compile>
    129     <Compile Include="HistogramControl.cs">
    130       <SubType>UserControl</SubType>
    131     </Compile>
    132     <Compile Include="HistogramControl.Designer.cs">
    133       <DependentUpon>HistogramControl.cs</DependentUpon>
    134     </Compile>
    135129    <Compile Include="ImageExportDialog.cs">
    136130      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.