Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2906_Transformations/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 15865

Last change on this file since 15865 was 15865, checked in by pfleck, 6 years ago

#2906 Added PreprocessingTransformation as a custom view-model for transformations in preprocessing.

File size: 17.9 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.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</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>..\..\..\..\trunk\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
50    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
90    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
108      <Private>False</Private>
109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <SpecificVersion>False</SpecificVersion>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
132      <Private>False</Private>
133    </Reference>
134    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
142      <Private>False</Private>
143    </Reference>
144    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
145      <SpecificVersion>False</SpecificVersion>
146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
152      <Private>False</Private>
153    </Reference>
154    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
172      <Private>False</Private>
173    </Reference>
174    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
175      <SpecificVersion>False</SpecificVersion>
176      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
177      <Private>False</Private>
178    </Reference>
179    <Reference Include="System" />
180    <Reference Include="System.Drawing" />
181    <Reference Include="System.Windows.Forms" />
182    <Reference Include="System.Windows.Forms.DataVisualization" />
183  </ItemGroup>
184  <ItemGroup>
185    <Compile Include="DataPreprocessingMenuItem.cs" />
186    <Compile Include="PreprocessingCheckedVariablesView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
190      <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="PreprocessingFeatureCorrelationView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
196      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="CheckedFilterCollectionView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="CheckedFilterCollectionView.Designer.cs">
202      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="TransformationListView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="TransformationListView.Designer.cs">
208      <DependentUpon>TransformationListView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="ComparisonFilterView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="ComparisonFilterView.Designer.cs">
214      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="PreprocessingIcons.Designer.cs">
217      <AutoGen>True</AutoGen>
218      <DesignTime>True</DesignTime>
219      <DependentUpon>PreprocessingIcons.resx</DependentUpon>
220    </Compile>
221    <Compile Include="RenameColumnsDialog.cs">
222      <SubType>Form</SubType>
223    </Compile>
224    <Compile Include="RenameColumnsDialog.Designer.cs">
225      <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
226    </Compile>
227    <Compile Include="ScatterPlotSingleView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="ScatterPlotSingleView.Designer.cs">
231      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="DataCompletenessView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="DataCompletenessView.Designer.cs">
237      <DependentUpon>DataCompletenessView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="DataGridContentView.cs">
240      <SubType>UserControl</SubType>
241    </Compile>
242    <Compile Include="DataGridContentView.Designer.cs">
243      <DependentUpon>DataGridContentView.cs</DependentUpon>
244    </Compile>
245    <Compile Include="DataPreprocessingView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="DataPreprocessingView.designer.cs">
249      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="DataPreprocessorStarter.cs" />
252    <Compile Include="FilterView.cs">
253      <SubType>UserControl</SubType>
254    </Compile>
255    <Compile Include="FilterView.Designer.cs">
256      <DependentUpon>FilterView.cs</DependentUpon>
257    </Compile>
258    <Compile Include="ScatterPlotMultiView.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="ScatterPlotMultiView.Designer.cs">
262      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
263    </Compile>
264    <Compile Include="SearchAndReplaceDialog.cs">
265      <SubType>Form</SubType>
266    </Compile>
267    <Compile Include="SearchAndReplaceDialog.Designer.cs">
268      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
269    </Compile>
270    <Compile Include="HistogramView.cs">
271      <SubType>UserControl</SubType>
272    </Compile>
273    <Compile Include="HistogramView.Designer.cs">
274      <DependentUpon>HistogramView.cs</DependentUpon>
275    </Compile>
276    <Compile Include="LineChartView.cs">
277      <SubType>UserControl</SubType>
278    </Compile>
279    <Compile Include="LineChartView.Designer.cs">
280      <DependentUpon>LineChartView.cs</DependentUpon>
281    </Compile>
282    <Compile Include="ManipulationView.cs">
283      <SubType>UserControl</SubType>
284    </Compile>
285    <Compile Include="ManipulationView.Designer.cs">
286      <DependentUpon>ManipulationView.cs</DependentUpon>
287    </Compile>
288    <Compile Include="Plugin.cs" />
289    <Compile Include="PreprocessingChartView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="PreprocessingChartView.Designer.cs">
293      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="Properties\AssemblyInfo.cs" />
296    <Compile Include="StatisticsView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="StatisticsView.Designer.cs">
300      <DependentUpon>StatisticsView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="TransformationView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="TransformationView.Designer.cs">
306      <DependentUpon>TransformationView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
309    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
310    <Compile Include="Utils\VerticalLabel.cs">
311      <SubType>Component</SubType>
312    </Compile>
313    <Compile Include="ViewShortcutListView.cs">
314      <SubType>UserControl</SubType>
315    </Compile>
316    <Compile Include="ViewShortcutListView.Designer.cs">
317      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
318    </Compile>
319  </ItemGroup>
320  <ItemGroup>
321    <None Include="HeuristicLab.snk" />
322    <None Include="Plugin.cs.frame" />
323    <None Include="Properties\AssemblyInfo.cs.frame" />
324  </ItemGroup>
325  <ItemGroup>
326    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
327      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
328      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
329      <Private>False</Private>
330    </ProjectReference>
331    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
332      <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
333      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
334      <Private>False</Private>
335    </ProjectReference>
336    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
337      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
338      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
339      <Private>False</Private>
340    </ProjectReference>
341  </ItemGroup>
342  <ItemGroup>
343    <EmbeddedResource Include="PreprocessingIcons.resx">
344      <Generator>ResXFileCodeGenerator</Generator>
345      <LastGenOutput>PreprocessingIcons.Designer.cs</LastGenOutput>
346    </EmbeddedResource>
347    <EmbeddedResource Include="ScatterPlotSingleView.resx">
348      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
349    </EmbeddedResource>
350  </ItemGroup>
351  <ItemGroup>
352    <Content Include="Icons\All.png" />
353    <Content Include="Icons\Inputs.png" />
354    <Content Include="Icons\None.png" />
355  </ItemGroup>
356  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
357  <PropertyGroup>
358    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
359set ProjectDir=$(ProjectDir)
360set SolutionDir=$(SolutionDir)
361set Outdir=$(Outdir)
362
363call PreBuildEvent.cmd
364</PreBuildEvent>
365    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
366export ProjectDir=$(ProjectDir)
367export SolutionDir=$(SolutionDir)
368
369$SolutionDir/PreBuildEvent.sh
370</PreBuildEvent>
371  </PropertyGroup>
372  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
373       Other similar extension points exist, see Microsoft.Common.targets.
374  <Target Name="BeforeBuild">
375  </Target>
376  <Target Name="AfterBuild">
377  </Target>
378  -->
379</Project>
Note: See TracBrowser for help on using the repository browser.