Changeset 6685 for branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
- Timestamp:
- 08/31/11 11:52:11 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 6648-6649,6652-6656,6661-6674,6676-6681,6684
- Property svn:mergeinfo changed
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r6642 r6685 110 110 </ItemGroup> 111 111 <ItemGroup> 112 <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs"> 113 <SubType>UserControl</SubType> 114 </Compile> 115 <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs"> 116 <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon> 117 </Compile> 112 118 <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs"> 113 119 <SubType>UserControl</SubType> … … 182 188 <DependentUpon>ClusteringSolutionView.cs</DependentUpon> 183 189 </Compile> 190 <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs"> 191 <SubType>UserControl</SubType> 192 </Compile> 193 <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs"> 194 <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon> 195 </Compile> 184 196 <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs"> 185 197 <SubType>UserControl</SubType> … … 202 214 <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" /> 203 215 <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" /> 216 <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs"> 217 <SubType>UserControl</SubType> 218 </Compile> 219 <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs"> 220 <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon> 221 </Compile> 222 <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs"> 223 <SubType>UserControl</SubType> 224 </Compile> 225 <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs"> 226 <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon> 227 </Compile> 204 228 <Compile Include="Solution Views\RegressionSolutionView.cs"> 205 229 <SubType>UserControl</SubType>
Note: See TracChangeset
for help on using the changeset viewer.