Changeset 9354
- Timestamp:
- 04/11/13 09:34:42 (12 years ago)
- 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 119 119 </ItemGroup> 120 120 <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>134 121 <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>141 122 <Compile Include="ParameterInfluenceView.cs"> 142 123 <SubType>UserControl</SubType> … … 144 125 <Compile Include="ParameterInfluenceView.designer.cs"> 145 126 <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>152 127 </Compile> 153 128 <Compile Include="Plugin.cs" /> … … 160 135 </Compile> 161 136 <Compile Include="SuccessorConfiguratorMenuItem.cs" /> 162 <Compile Include="TTest.cs" />163 137 </ItemGroup> 164 138 <ItemGroup> … … 173 147 <Private>False</Private> 174 148 </ProjectReference> 175 </ItemGroup>176 <ItemGroup>177 <EmbeddedResource Include="StatisticalTestingView.resx">178 <DependentUpon>StatisticalTestingView.cs</DependentUpon>179 </EmbeddedResource>180 149 </ItemGroup> 181 150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.