Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing Cleanup/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 15268

Last change on this file since 15268 was 15268, checked in by pfleck, 7 years ago

#2809 Added branch with the DataPreprocessing plugins.

File size: 17.6 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\sources\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\sources\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\sources\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\sources\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\sources\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\sources\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\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <SpecificVersion>False</SpecificVersion>
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <SpecificVersion>False</SpecificVersion>
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
153    </Reference>
154    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
165    </Reference>
166    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
167      <SpecificVersion>False</SpecificVersion>
168      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
169    </Reference>
170    <Reference Include="System" />
171    <Reference Include="System.Drawing" />
172    <Reference Include="System.Windows.Forms" />
173    <Reference Include="System.Windows.Forms.DataVisualization" />
174  </ItemGroup>
175  <ItemGroup>
176    <Compile Include="DataPreprocessingMenuItem.cs" />
177    <Compile Include="PreprocessingCheckedVariablesView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
181      <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="PreprocessingFeatureCorrelationView.cs">
184      <SubType>UserControl</SubType>
185    </Compile>
186    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
187      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
188    </Compile>
189    <Compile Include="CheckedFilterCollectionView.cs">
190      <SubType>UserControl</SubType>
191    </Compile>
192    <Compile Include="CheckedFilterCollectionView.Designer.cs">
193      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
194    </Compile>
195    <Compile Include="CheckedTransformationListView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="CheckedTransformationListView.Designer.cs">
199      <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="ComparisonFilterView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="ComparisonFilterView.Designer.cs">
205      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
206    </Compile>
207    <Compile Include="PreprocessingIcons.Designer.cs">
208      <AutoGen>True</AutoGen>
209      <DesignTime>True</DesignTime>
210      <DependentUpon>PreprocessingIcons.resx</DependentUpon>
211    </Compile>
212    <Compile Include="RenameColumnsDialog.cs">
213      <SubType>Form</SubType>
214    </Compile>
215    <Compile Include="RenameColumnsDialog.Designer.cs">
216      <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
217    </Compile>
218    <Compile Include="ScatterPlotSingleView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="ScatterPlotSingleView.Designer.cs">
222      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="DataCompletenessView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="DataCompletenessView.Designer.cs">
228      <DependentUpon>DataCompletenessView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="DataGridContentView.cs">
231      <SubType>UserControl</SubType>
232    </Compile>
233    <Compile Include="DataGridContentView.Designer.cs">
234      <DependentUpon>DataGridContentView.cs</DependentUpon>
235    </Compile>
236    <Compile Include="DataPreprocessingView.cs">
237      <SubType>UserControl</SubType>
238    </Compile>
239    <Compile Include="DataPreprocessingView.designer.cs">
240      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
241    </Compile>
242    <Compile Include="DataPreprocessorStarter.cs" />
243    <Compile Include="FilterView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="FilterView.Designer.cs">
247      <DependentUpon>FilterView.cs</DependentUpon>
248    </Compile>
249    <Compile Include="ScatterPlotMultiView.cs">
250      <SubType>UserControl</SubType>
251    </Compile>
252    <Compile Include="ScatterPlotMultiView.Designer.cs">
253      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
254    </Compile>
255    <Compile Include="SearchAndReplaceDialog.cs">
256      <SubType>Form</SubType>
257    </Compile>
258    <Compile Include="SearchAndReplaceDialog.Designer.cs">
259      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
260    </Compile>
261    <Compile Include="HistogramView.cs">
262      <SubType>UserControl</SubType>
263    </Compile>
264    <Compile Include="HistogramView.Designer.cs">
265      <DependentUpon>HistogramView.cs</DependentUpon>
266    </Compile>
267    <Compile Include="LineChartView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="LineChartView.Designer.cs">
271      <DependentUpon>LineChartView.cs</DependentUpon>
272    </Compile>
273    <Compile Include="ManipulationView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="ManipulationView.Designer.cs">
277      <DependentUpon>ManipulationView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="Plugin.cs" />
280    <Compile Include="PreprocessingChartView.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="PreprocessingChartView.Designer.cs">
284      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
285    </Compile>
286    <Compile Include="Properties\AssemblyInfo.cs" />
287    <Compile Include="StatisticsView.cs">
288      <SubType>UserControl</SubType>
289    </Compile>
290    <Compile Include="StatisticsView.Designer.cs">
291      <DependentUpon>StatisticsView.cs</DependentUpon>
292    </Compile>
293    <Compile Include="TransformationView.cs">
294      <SubType>UserControl</SubType>
295    </Compile>
296    <Compile Include="TransformationView.Designer.cs">
297      <DependentUpon>TransformationView.cs</DependentUpon>
298    </Compile>
299    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
300    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
301    <Compile Include="Utils\VerticalLabel.cs">
302      <SubType>Component</SubType>
303    </Compile>
304    <Compile Include="ViewShortcutListView.cs">
305      <SubType>UserControl</SubType>
306    </Compile>
307    <Compile Include="ViewShortcutListView.Designer.cs">
308      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
309    </Compile>
310  </ItemGroup>
311  <ItemGroup>
312    <None Include="HeuristicLab.snk" />
313    <None Include="Plugin.cs.frame" />
314    <None Include="Properties\AssemblyInfo.cs.frame" />
315  </ItemGroup>
316  <ItemGroup>
317    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
318      <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
319      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
320      <Private>False</Private>
321    </ProjectReference>
322  </ItemGroup>
323  <ItemGroup>
324    <EmbeddedResource Include="PreprocessingIcons.resx">
325      <Generator>ResXFileCodeGenerator</Generator>
326      <LastGenOutput>PreprocessingIcons.Designer.cs</LastGenOutput>
327    </EmbeddedResource>
328    <EmbeddedResource Include="ScatterPlotSingleView.resx">
329      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
330    </EmbeddedResource>
331  </ItemGroup>
332  <ItemGroup>
333    <Content Include="Icons\All.png" />
334    <Content Include="Icons\Inputs.png" />
335    <Content Include="Icons\None.png" />
336  </ItemGroup>
337  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
338  <PropertyGroup>
339    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
340set ProjectDir=$(ProjectDir)
341set SolutionDir=$(SolutionDir)
342set Outdir=$(Outdir)
343
344call PreBuildEvent.cmd
345</PreBuildEvent>
346    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
347export ProjectDir=$(ProjectDir)
348export SolutionDir=$(SolutionDir)
349
350$SolutionDir/PreBuildEvent.sh
351</PreBuildEvent>
352  </PropertyGroup>
353  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
354       Other similar extension points exist, see Microsoft.Common.targets.
355  <Target Name="BeforeBuild">
356  </Target>
357  <Target Name="AfterBuild">
358  </Target>
359  -->
360</Project>
Note: See TracBrowser for help on using the repository browser.