Changeset 10021 for stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10000-10001,10003,10009
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views merged: 10000,10009
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
r8885 r10021 92 92 <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon> 93 93 </Compile> 94 <Compile Include="ClassificationInstanceConsumerView.cs"> 95 <SubType>UserControl</SubType> 96 </Compile> 97 <Compile Include="ClassificationInstanceConsumerView.Designer.cs"> 98 <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon> 94 <Compile Include="ClassificationInstanceProviderView.cs"> 95 <SubType>UserControl</SubType> 96 </Compile> 97 <Compile Include="ClassificationInstanceProviderView.Designer.cs"> 98 <DependentUpon>ClassificationInstanceProviderView.cs</DependentUpon> 99 </Compile> 100 <Compile Include="ClusteringInstanceProviderView.cs"> 101 <SubType>UserControl</SubType> 102 </Compile> 103 <Compile Include="ClusteringInstanceProviderView.Designer.cs"> 104 <DependentUpon>ClusteringInstanceProviderView.cs</DependentUpon> 99 105 </Compile> 100 106 <Compile Include="TimeSeriesPrognosisImportTypeDialog.cs"> … … 104 110 <DependentUpon>TimeSeriesPrognosisImportTypeDialog.cs</DependentUpon> 105 111 </Compile> 106 <Compile Include="TimeSeriesPrognosisInstance ConsumerView.cs">107 <SubType>UserControl</SubType> 108 </Compile> 109 <Compile Include="TimeSeriesPrognosisInstance ConsumerView.Designer.cs">110 <DependentUpon>TimeSeriesPrognosisInstance ConsumerView.cs</DependentUpon>112 <Compile Include="TimeSeriesPrognosisInstanceProviderView.cs"> 113 <SubType>UserControl</SubType> 114 </Compile> 115 <Compile Include="TimeSeriesPrognosisInstanceProviderView.Designer.cs"> 116 <DependentUpon>TimeSeriesPrognosisInstanceProviderView.cs</DependentUpon> 111 117 </Compile> 112 118 <Compile Include="DataAnalysisImportTypeDialog.cs"> … … 116 122 <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon> 117 123 </Compile> 118 <Compile Include="DataAnalysisInstance ConsumerView.cs">119 <SubType>UserControl</SubType> 120 </Compile> 121 <Compile Include="DataAnalysisInstance ConsumerView.Designer.cs">122 <DependentUpon>DataAnalysisInstance ConsumerView.cs</DependentUpon>124 <Compile Include="DataAnalysisInstanceProviderView.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="DataAnalysisInstanceProviderView.Designer.cs"> 128 <DependentUpon>DataAnalysisInstanceProviderView.cs</DependentUpon> 123 129 </Compile> 124 130 <Compile Include="Plugin.cs" /> … … 129 135 <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon> 130 136 </Compile> 131 <Compile Include="RegressionInstance ConsumerView.cs">132 <SubType>UserControl</SubType> 133 </Compile> 134 <Compile Include="RegressionInstance ConsumerView.Designer.cs">135 <DependentUpon>RegressionInstance ConsumerView.cs</DependentUpon>137 <Compile Include="RegressionInstanceProviderView.cs"> 138 <SubType>UserControl</SubType> 139 </Compile> 140 <Compile Include="RegressionInstanceProviderView.Designer.cs"> 141 <DependentUpon>RegressionInstanceProviderView.cs</DependentUpon> 136 142 </Compile> 137 143 <None Include="HeuristicLab.snk" />
Note: See TracChangeset
for help on using the changeset viewer.