Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj @ 10583

Last change on this file since 10583 was 10583, checked in by rstoll, 11 years ago
  • copied StringConvertibleMatrixView since we need to override dataGridView_CellValidating and dataGridView_CellParsing as well as PasteValuesToDataGridView
  • optimising event subscription, do not refresh if event is triggered by the view itself
File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Windows.Forms.DataVisualization" />
45  </ItemGroup>
46  <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="DataPreprocessorStarter.cs" />
66    <Compile Include="FilterView.cs">
67      <SubType>UserControl</SubType>
68    </Compile>
69    <Compile Include="FilterView.Designer.cs">
70      <DependentUpon>FilterView.cs</DependentUpon>
71    </Compile>
72    <Compile Include="HistogramView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="HistogramView.Designer.cs">
76      <DependentUpon>HistogramView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="LineChartView.cs">
79      <SubType>UserControl</SubType>
80    </Compile>
81    <Compile Include="LineChartView.Designer.cs">
82      <DependentUpon>LineChartView.cs</DependentUpon>
83    </Compile>
84    <Compile Include="Plugin.cs" />
85    <Compile Include="PreprocessingDataTableView.cs">
86      <SubType>UserControl</SubType>
87    </Compile>
88    <Compile Include="PreprocessingDataTableView.Designer.cs">
89      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
90    </Compile>
91    <Compile Include="Properties\AssemblyInfo.cs" />
92    <Compile Include="StatisticsView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="StatisticsView.Designer.cs">
96      <DependentUpon>StatisticsView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="CopyOfStringConvertibleMatrixView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="CopyOfStringConvertibleMatrixView.Designer.cs">
102      <DependentUpon>CopyOfStringConvertibleMatrixView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="TransformationView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="TransformationView.Designer.cs">
108      <DependentUpon>TransformationView.cs</DependentUpon>
109    </Compile>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113    <None Include="Plugin.cs.frame" />
114    <None Include="Properties\AssemblyInfo.cs.frame" />
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
118      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
119      <Name>HeuristicLab.Analysis.Views-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
122      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
123      <Name>HeuristicLab.Analysis-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
126      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
127      <Name>HeuristicLab.Common.Resources-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
130      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
131      <Name>HeuristicLab.Common-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
134      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
135      <Name>HeuristicLab.Core.Views-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
138      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
139      <Name>HeuristicLab.Core-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
142      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
143      <Name>HeuristicLab.Data.Views-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
146      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
147      <Name>HeuristicLab.DataPreprocessing-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
150      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
151      <Name>HeuristicLab.Data-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
154      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
155      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
158      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
159      <Name>HeuristicLab.MainForm-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
162      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
163      <Name>HeuristicLab.Optimization-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
166      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
167      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
170      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
171      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
174      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
175      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
178      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
179      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
180    </ProjectReference>
181  </ItemGroup>
182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183  <PropertyGroup>
184    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
185set ProjectDir=$(ProjectDir)
186set SolutionDir=$(SolutionDir)
187set Outdir=$(Outdir)
188
189call PreBuildEvent.cmd</PreBuildEvent>
190  </PropertyGroup>
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.