Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9354


Ignore:
Timestamp:
04/11/13 09:34:42 (11 years ago)
Author:
ascheibe
Message:

#1886 removed views that went into the statistical hypothesis testing branch (#2031)

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3
Files:
11 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj

    r9336 r9354  
    119119  </ItemGroup>
    120120  <ItemGroup>
    121     <Compile Include="SampleSizeChecker.cs">
    122       <SubType>UserControl</SubType>
    123     </Compile>
    124     <Compile Include="SampleSizeChecker.designer.cs">
    125       <DependentUpon>SampleSizeChecker.cs</DependentUpon>
    126     </Compile>
    127     <Compile Include="SampleSizeDetermination.cs" />
    128     <Compile Include="StatisticalTestingView.cs">
    129       <SubType>UserControl</SubType>
    130     </Compile>
    131     <Compile Include="StatisticalTestingView.designer.cs">
    132       <DependentUpon>StatisticalTestingView.cs</DependentUpon>
    133     </Compile>
    134121    <Compile Include="KruskalWallis.cs" />
    135     <Compile Include="ResultCorrelationView.cs">
    136       <SubType>UserControl</SubType>
    137     </Compile>
    138     <Compile Include="ResultCorrelationView.designer.cs">
    139       <DependentUpon>ResultCorrelationView.cs</DependentUpon>
    140     </Compile>
    141122    <Compile Include="ParameterInfluenceView.cs">
    142123      <SubType>UserControl</SubType>
     
    144125    <Compile Include="ParameterInfluenceView.designer.cs">
    145126      <DependentUpon>ParameterInfluenceView.cs</DependentUpon>
    146     </Compile>
    147     <Compile Include="RunCollectionStatisticalTabularView.cs">
    148       <SubType>UserControl</SubType>
    149     </Compile>
    150     <Compile Include="RunCollectionStatisticalTabularView.designer.cs">
    151       <DependentUpon>RunCollectionStatisticalTabularView.cs</DependentUpon>
    152127    </Compile>
    153128    <Compile Include="Plugin.cs" />
     
    160135    </Compile>
    161136    <Compile Include="SuccessorConfiguratorMenuItem.cs" />
    162     <Compile Include="TTest.cs" />
    163137  </ItemGroup>
    164138  <ItemGroup>
     
    173147      <Private>False</Private>
    174148    </ProjectReference>
    175   </ItemGroup>
    176   <ItemGroup>
    177     <EmbeddedResource Include="StatisticalTestingView.resx">
    178       <DependentUpon>StatisticalTestingView.cs</DependentUpon>
    179     </EmbeddedResource>
    180149  </ItemGroup>
    181150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.