Changeset 15280 for branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
- Timestamp:
- 07/23/17 00:52:14 (7 years ago)
- Location:
- branches/Async
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views (added) merged: 13397,13439,13592,13705,13711,13715,13764,13766,13938,13942,13958,13992
- Property svn:mergeinfo changed
-
branches/Async/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r13102 r15280 120 120 </ItemGroup> 121 121 <ItemGroup> 122 <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" /> 123 <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" /> 122 124 <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs"> 123 125 <SubType>UserControl</SubType> … … 195 197 <Compile Include="ProblemDataView.Designer.cs"> 196 198 <DependentUpon>ProblemDataView.cs</DependentUpon> 199 </Compile> 200 <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs"> 201 <SubType>UserControl</SubType> 202 </Compile> 203 <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs"> 204 <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon> 197 205 </Compile> 198 206 <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
Note: See TracChangeset
for help on using the changeset viewer.