- Timestamp:
- 03/05/14 16:00:26 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10544 r10546 70 70 <Reference Include="System.Drawing" /> 71 71 <Reference Include="System.Windows.Forms" /> 72 <Reference Include="System.Windows.Forms.DataVisualization" /> 72 73 <Reference Include="System.Xml.Linq" /> 73 74 <Reference Include="System.Data.DataSetExtensions" /> … … 121 122 <DependentUpon>LineChartView.cs</DependentUpon> 122 123 </Compile> 124 <Compile Include="Views\PreprocessingDataTableView.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="Views\PreprocessingDataTableView.Designer.cs"> 128 <DependentUpon>PreprocessingDataTableView.cs</DependentUpon> 129 </Compile> 123 130 <Compile Include="Views\StatisticsView.cs"> 124 131 <SubType>UserControl</SubType> … … 158 165 </ItemGroup> 159 166 <ItemGroup> 167 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 168 <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project> 169 <Name>HeuristicLab.Analysis.Views-3.3</Name> 170 </ProjectReference> 160 171 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 161 172 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> … … 222 233 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 223 234 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 235 </ProjectReference> 236 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj"> 237 <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project> 238 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name> 224 239 </ProjectReference> 225 240 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.