Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 22:08:10 (10 years ago)
Author:
pfleck
Message:
  • moved all views into views-assembly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10555 r10557  
    4040    <Reference Include="System" />
    4141    <Reference Include="System.Core" />
     42    <Reference Include="System.Drawing" />
     43    <Reference Include="System.Windows.Forms" />
     44    <Reference Include="System.Windows.Forms.DataVisualization" />
    4245  </ItemGroup>
    4346  <ItemGroup>
     47    <Compile Include="ComparisonFilterView.cs">
     48      <SubType>UserControl</SubType>
     49    </Compile>
     50    <Compile Include="ComparisonFilterView.Designer.cs">
     51      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
     52    </Compile>
     53    <Compile Include="DataGridContentView.cs">
     54      <SubType>UserControl</SubType>
     55    </Compile>
     56    <Compile Include="DataGridContentView.Designer.cs">
     57      <DependentUpon>DataGridContentView.cs</DependentUpon>
     58    </Compile>
     59    <Compile Include="DataPreprocessingView.cs">
     60      <SubType>UserControl</SubType>
     61    </Compile>
     62    <Compile Include="DataPreprocessingView.designer.cs">
     63      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     64    </Compile>
     65    <Compile Include="FilterView.cs">
     66      <SubType>UserControl</SubType>
     67    </Compile>
     68    <Compile Include="FilterView.Designer.cs">
     69      <DependentUpon>FilterView.cs</DependentUpon>
     70    </Compile>
     71    <Compile Include="HistogramView.cs">
     72      <SubType>UserControl</SubType>
     73    </Compile>
     74    <Compile Include="HistogramView.Designer.cs">
     75      <DependentUpon>HistogramView.cs</DependentUpon>
     76    </Compile>
     77    <Compile Include="LineChartView.cs">
     78      <SubType>UserControl</SubType>
     79    </Compile>
     80    <Compile Include="LineChartView.Designer.cs">
     81      <DependentUpon>LineChartView.cs</DependentUpon>
     82    </Compile>
    4483    <Compile Include="Plugin.cs" />
     84    <Compile Include="PreprocessingDataTableView.cs">
     85      <SubType>UserControl</SubType>
     86    </Compile>
     87    <Compile Include="PreprocessingDataTableView.Designer.cs">
     88      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
     89    </Compile>
    4590    <Compile Include="Properties\AssemblyInfo.cs" />
     91    <Compile Include="StatisticsView.cs">
     92      <SubType>UserControl</SubType>
     93    </Compile>
     94    <Compile Include="StatisticsView.Designer.cs">
     95      <DependentUpon>StatisticsView.cs</DependentUpon>
     96    </Compile>
     97    <Compile Include="TransformationView.cs">
     98      <SubType>UserControl</SubType>
     99    </Compile>
     100    <Compile Include="TransformationView.Designer.cs">
     101      <DependentUpon>TransformationView.cs</DependentUpon>
     102    </Compile>
    46103  </ItemGroup>
    47104  <ItemGroup>
     
    51108  </ItemGroup>
    52109  <ItemGroup>
     110    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
     111      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
     112      <Name>HeuristicLab.Analysis.Views-3.3</Name>
     113    </ProjectReference>
     114    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     115      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     116      <Name>HeuristicLab.Analysis-3.3</Name>
     117    </ProjectReference>
     118    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     119      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     120      <Name>HeuristicLab.Common.Resources-3.3</Name>
     121    </ProjectReference>
     122    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     123      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     124      <Name>HeuristicLab.Common-3.3</Name>
     125    </ProjectReference>
     126    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     127      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
     128      <Name>HeuristicLab.Core.Views-3.3</Name>
     129    </ProjectReference>
     130    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     131      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     132      <Name>HeuristicLab.Core-3.3</Name>
     133    </ProjectReference>
     134    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     135      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
     136      <Name>HeuristicLab.Data.Views-3.3</Name>
     137    </ProjectReference>
     138    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
     139      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
     140      <Name>HeuristicLab.DataPreprocessing-3.3</Name>
     141    </ProjectReference>
     142    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     143      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     144      <Name>HeuristicLab.Data-3.3</Name>
     145    </ProjectReference>
     146    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
     147      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     148      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     149    </ProjectReference>
     150    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
     151      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
     152      <Name>HeuristicLab.MainForm-3.3</Name>
     153    </ProjectReference>
     154    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     155      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     156      <Name>HeuristicLab.Optimization-3.3</Name>
     157    </ProjectReference>
    53158    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    54159      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    55160      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     161    </ProjectReference>
     162    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
     163      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
     164      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    56165    </ProjectReference>
    57166  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.