Free cookie consent management tool by TermsFeed Policy Generator

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:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Analysis

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